public class OracleDialect extends AnsiSqlDialect
wrapper| 构造器和说明 |
|---|
OracleDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
psForInsert(Connection conn,
Entity entity)
构建用于插入的PreparedStatement
|
PreparedStatement |
psForPage(Connection conn,
Collection<String> fields,
Entity where,
Page page)
构建用于分页查询的PreparedStatement
|
getWrapper, psForCount, psForDelete, psForFind, psForPage, psForUpdate, setWrapperpublic PreparedStatement psForInsert(Connection conn, Entity entity) throws SQLException
DialectpsForInsert 在接口中 DialectpsForInsert 在类中 AnsiSqlDialectconn - 数据库连接对象entity - 数据实体类(包含表名)SQLExceptionpublic 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.