java.lang.Object
org.dromara.autotable.core.strategy.pgsql.data.dbdata.PgsqlDbIndex

public class PgsqlDbIndex extends Object
pgsql数据库,索引信息
  • 字段详细资料

    • description

      private String description
      索引注释
    • schemaname

      private String schemaname
      索引所属的模式(命名空间)名称。
    • tablename

      private String tablename
      索引所属的表名称。
    • indexname

      private String indexname
      索引名
    • tablespace

      private String tablespace
    • indexdef

      private String indexdef
      索引创建语句
  • 构造器详细资料

    • PgsqlDbIndex

      public PgsqlDbIndex()