类 InformationSchemaTables

java.lang.Object
org.dromara.autotable.core.strategy.h2.data.dbdata.InformationSchemaTables

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

    • tableCatalog

      private String tableCatalog
      例:H2.DB
    • tableSchema

      private String tableSchema
      schema名称
    • tableName

      private String tableName
      表名
    • tableType

      private String tableType
      例:BASE TABLE
    • isInsertableInto

      private String isInsertableInto
      例:YES
    • commitAction

      private String commitAction
      例:
    • storageType

      private String storageType
      例:CACHED
    • remarks

      private String remarks
      表注释
    • lastModification

      private String lastModification
      例:9
    • tableClass

      private String tableClass
      例:org.h2.mvstore.db.MVTable
    • rowCountEstimate

      private String rowCountEstimate
      例:0
  • 构造器详细资料

    • InformationSchemaTables

      public InformationSchemaTables()