public class MariadbQuery extends AbstractDbQuery
| 构造器和说明 |
|---|
MariadbQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.annotation.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
|
fieldCustompublic com.baomidou.mybatisplus.annotation.DbType dbType()
IDbQuerypublic boolean isKeyIdentity(ResultSet results) throws SQLException
IDbQueryisKeyIdentity 在接口中 IDbQueryisKeyIdentity 在类中 AbstractDbQueryresults - ResultSetSQLException - ignore