public class MysqlDialect extends AnsiSqlDialect
wrapper| 构造器和说明 |
|---|
MysqlDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
DialectName |
dialectName()
方言名
|
PreparedStatement |
psForPage(Connection conn,
Query query)
构建用于分页查询的PreparedStatement
|
getWrapper, psForCount, psForDelete, psForFind, psForInsert, psForUpdate, setWrapperpublic PreparedStatement psForPage(Connection conn, Query query) throws SQLException
DialectpsForPage 在接口中 DialectpsForPage 在类中 AnsiSqlDialectconn - 数据库连接对象query - 查询条件(包含表名)SQLExceptionpublic DialectName dialectName()
DialectdialectName 在接口中 DialectdialectName 在类中 AnsiSqlDialectCopyright © 2017. All rights reserved.