类 InformationSchemaTable

java.lang.Object
org.dromara.autotable.core.strategy.mysql.data.dbdata.InformationSchemaTable

public class InformationSchemaTable extends Object
数据库表查询的表信息
作者:
don
  • 字段详细资料

    • tableCatalog

      private String tableCatalog
      数据表登记目录
    • tableSchema

      private String tableSchema
      数据表所属的数据库名
    • tableName

      private String tableName
      表名称
    • tableType

      private String tableType
      表类型[system view|base table]
    • engine

      private String engine
      使用的数据库引擎[MyISAM|CSV|InnoDB]
    • version

      private Long version
      版本,默认值10
    • rowFormat

      private String rowFormat
      行格式[Compact|Dynamic|Fixed]
    • tableRows

      private Long tableRows
      表里所存多少行数据
    • avgRowLength

      private Long avgRowLength
      平均行长度
    • dataLength

      private Long dataLength
      数据长度
    • maxDataLength

      private Long maxDataLength
      最大数据长度
    • indexLength

      private Long indexLength
      索引长度
    • dataFree

      private Long dataFree
      空间碎片
    • autoIncrement

      private Long autoIncrement
      做自增主键的自动增量当前值
    • tableCollation

      private String tableCollation
      表的字符校验编码集
    • checksum

      private Long checksum
      校验和
    • createOptions

      private String createOptions
      创建选项
    • tableComment

      private String tableComment
      表的注释、备注
  • 构造器详细资料

    • InformationSchemaTable

      public InformationSchemaTable()