public abstract class AbstractDbQuery extends Object implements IDbQuery
| 构造器和说明 |
|---|
AbstractDbQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
fieldCustom()
自定义字段名称
|
boolean |
isKeyIdentity(ResultSet results)
判断主键是否为identity,目前仅对mysql进行检查
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdbType, fieldComment, fieldKey, fieldName, fieldType, tableComment, tableFieldsSql, tableName, tablesSqlpublic boolean isKeyIdentity(ResultSet results) throws SQLException
IDbQueryisKeyIdentity 在接口中 IDbQueryresults - ResultSetSQLException - ignorepublic String[] fieldCustom()
IDbQueryfieldCustom 在接口中 IDbQuery