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