public interface Dialect
| 限定符和类型 | 方法和说明 |
|---|---|
<T> FS<T> |
createFluentSql(Class<T> clazz)
创建fluent sql
|
DbType |
getDbType()
数据库类型
|
<T> T |
getResult(CallableStatement cs,
int columnIndex,
Class<T> clz) |
<T> T |
getResult(ResultSet rs,
int columnIndex,
Class<T> clz) |
<T> T |
getResult(ResultSet rs,
String columnName,
Class<T> clz) |
SqlBuilder |
getSqlBuilder()
获取sql builder
|
void |
setParameters(PreparedStatement pst,
List<Object> params) |
void |
setParameters(PreparedStatement pst,
Object... params) |
void setParameters(PreparedStatement pst, Object... params) throws SQLException
SQLExceptionvoid setParameters(PreparedStatement pst, List<Object> params) throws SQLException
SQLException<T> T getResult(ResultSet rs, String columnName, Class<T> clz) throws SQLException
SQLException<T> T getResult(ResultSet rs, int columnIndex, Class<T> clz) throws SQLException
SQLException<T> T getResult(CallableStatement cs, int columnIndex, Class<T> clz) throws SQLException
SQLExceptionDbType getDbType()
SqlBuilder getSqlBuilder()
Copyright © 2019. All rights reserved.