类 PgsqlDbIndex
java.lang.Object
org.dromara.autotable.core.strategy.pgsql.data.dbdata.PgsqlDbIndex
pgsql数据库,索引信息
-
字段详细资料
-
description
索引注释 -
schemaname
索引所属的模式(命名空间)名称。 -
tablename
索引所属的表名称。 -
indexname
索引名 -
tablespace
-
indexdef
索引创建语句
-
-
构造器详细资料
-
PgsqlDbIndex
public PgsqlDbIndex()
-