public class MysqlDialect extends AnsiSqlDialect
wrapper| 构造器和说明 |
|---|
MysqlDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
psForPage(Connection conn,
Collection<String> fields,
Entity where,
Page page)
构建用于分页查询的PreparedStatement
|
getWrapper, psForCount, psForDelete, psForFind, psForInsert, psForPage, psForUpdate, setWrapperpublic PreparedStatement psForPage(Connection conn, Collection<String> fields, Entity where, Page page) throws SQLException
DialectpsForPage 在接口中 DialectpsForPage 在类中 AnsiSqlDialectconn - 数据库连接对象fields - 返回的字段列表,null则返回所有字段where - 条件实体类page - 页码SQLExceptionCopyright © 2016. All rights reserved.