| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.db.dialect | |
| com.xiaoleilu.hutool.db.dialect.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
Dialect.psForCount(Connection conn,
Query query)
构建用于查询行数的PreparedStatement
|
PreparedStatement |
Dialect.psForDelete(Connection conn,
Query query)
构建用于删除的PreparedStatement
|
PreparedStatement |
Dialect.psForFind(Connection conn,
Query query)
构建用于获取多条记录的PreparedStatement
|
PreparedStatement |
Dialect.psForPage(Connection conn,
Query query)
构建用于分页查询的PreparedStatement
|
PreparedStatement |
Dialect.psForUpdate(Connection conn,
Entity entity,
Query query)
构建用于更新的PreparedStatement
|
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
AnsiSqlDialect.psForCount(Connection conn,
Query query) |
PreparedStatement |
AnsiSqlDialect.psForDelete(Connection conn,
Query query) |
PreparedStatement |
AnsiSqlDialect.psForFind(Connection conn,
Query query) |
PreparedStatement |
OracleDialect.psForPage(Connection conn,
Query query) |
PreparedStatement |
MysqlDialect.psForPage(Connection conn,
Query query) |
PreparedStatement |
AnsiSqlDialect.psForPage(Connection conn,
Query query) |
PreparedStatement |
AnsiSqlDialect.psForUpdate(Connection conn,
Entity entity,
Query query) |
Copyright © 2016. All rights reserved.