类 InformationSchemaTable
java.lang.Object
org.dromara.autotable.core.strategy.mysql.data.dbdata.InformationSchemaTable
数据库表查询的表信息
- 作者:
- don
-
字段概要
字段修饰符和类型字段说明private Long做自增主键的自动增量当前值private Long平均行长度private Long校验和private String创建选项private Long空间碎片private Long数据长度private String使用的数据库引擎[MyISAM|CSV|InnoDB]private Long索引长度private Long最大数据长度private String行格式[Compact|Dynamic|Fixed]private String数据表登记目录private String表的字符校验编码集private String表的注释、备注private String表名称private Long表里所存多少行数据private String数据表所属的数据库名private String表类型[system view|base table]private Long版本,默认值10 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
tableCatalog
数据表登记目录 -
tableSchema
数据表所属的数据库名 -
tableName
表名称 -
tableType
表类型[system view|base table] -
engine
使用的数据库引擎[MyISAM|CSV|InnoDB] -
version
版本,默认值10 -
rowFormat
行格式[Compact|Dynamic|Fixed] -
tableRows
表里所存多少行数据 -
avgRowLength
平均行长度 -
dataLength
数据长度 -
maxDataLength
最大数据长度 -
indexLength
索引长度 -
dataFree
空间碎片 -
autoIncrement
做自增主键的自动增量当前值 -
tableCollation
表的字符校验编码集 -
checksum
校验和 -
createOptions
创建选项 -
tableComment
表的注释、备注
-
-
构造器详细资料
-
InformationSchemaTable
public InformationSchemaTable()
-