类 SqlServerQuery
java.lang.Object
com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- 所有已实现的接口:
IDbQuery
SqlServer 表数据查询
- 从以下版本开始:
- 2018-01-16
- 作者:
- hubin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明字段注释fieldKey()
主键字段字段名称字段类型boolean
isKeyIdentity
(ResultSet results) 判断主键是否为identity表注释表字段信息查询 SQL表名称表信息查询 SQL从类继承的方法 com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
fieldCustom
-
构造器详细资料
-
SqlServerQuery
public SqlServerQuery()
-
-
方法详细资料
-
tablesSql
从接口复制的说明:IDbQuery
表信息查询 SQL -
tableFieldsSql
从接口复制的说明:IDbQuery
表字段信息查询 SQL -
tableName
从接口复制的说明:IDbQuery
表名称 -
tableComment
从接口复制的说明:IDbQuery
表注释 -
fieldName
从接口复制的说明:IDbQuery
字段名称 -
fieldType
从接口复制的说明:IDbQuery
字段类型 -
fieldComment
从接口复制的说明:IDbQuery
字段注释 -
fieldKey
从接口复制的说明:IDbQuery
主键字段 -
isKeyIdentity
从接口复制的说明:IDbQuery
判断主键是否为identity- 指定者:
isKeyIdentity
在接口中IDbQuery
- 覆盖:
isKeyIdentity
在类中AbstractDbQuery
- 参数:
results
- ResultSet- 返回:
- 主键是否为identity
- 抛出:
SQLException
- ignore
-