类 SqlServerQuery

java.lang.Object
com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
所有已实现的接口:
IDbQuery

public class SqlServerQuery extends AbstractDbQuery
SqlServer 表数据查询
从以下版本开始:
2018-01-16
作者:
hubin
  • 构造器详细资料

    • SqlServerQuery

      public SqlServerQuery()
  • 方法详细资料

    • tablesSql

      public String tablesSql()
      从接口复制的说明: IDbQuery
      表信息查询 SQL
    • tableFieldsSql

      public String tableFieldsSql()
      从接口复制的说明: IDbQuery
      表字段信息查询 SQL
    • tableName

      public String tableName()
      从接口复制的说明: IDbQuery
      表名称
    • tableComment

      public String tableComment()
      从接口复制的说明: IDbQuery
      表注释
    • fieldName

      public String fieldName()
      从接口复制的说明: IDbQuery
      字段名称
    • fieldType

      public String fieldType()
      从接口复制的说明: IDbQuery
      字段类型
    • fieldComment

      public String fieldComment()
      从接口复制的说明: IDbQuery
      字段注释
    • fieldKey

      public String fieldKey()
      从接口复制的说明: IDbQuery
      主键字段
    • isKeyIdentity

      public boolean isKeyIdentity(ResultSet results) throws SQLException
      从接口复制的说明: IDbQuery
      判断主键是否为identity
      指定者:
      isKeyIdentity 在接口中 IDbQuery
      覆盖:
      isKeyIdentity 在类中 AbstractDbQuery
      参数:
      results - ResultSet
      返回:
      主键是否为identity
      抛出:
      SQLException - ignore