public interface IDbQuery
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
dbType()
数据库类型
|
String |
fieldComment()
字段注释
|
String |
fieldKey()
主键字段
|
String |
fieldName()
字段名称
|
String |
fieldType()
字段类型
|
boolean |
isKeyIdentity(ResultSet results)
判断主键是否为identity,目前仅对mysql进行检查
|
String |
tableComment()
表注释
|
String |
tableFieldsSql()
表字段信息查询 SQL
|
String |
tableName()
表名称
|
String |
tablesSql()
表信息查询 SQL
|
DbType dbType()
String tablesSql()
String tableFieldsSql()
String tableName()
String tableComment()
String fieldName()
String fieldType()
String fieldComment()
String fieldKey()
boolean isKeyIdentity(ResultSet results) throws SQLException
results - ResultSetSQLExceptionCopyright © 2020. All rights reserved.