| 构造器和说明 |
|---|
SdTableIndexKeyAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAscOrDesc()
column sort sequence, "A" => ascending,"D" => descending, may be null if
sort sequence is not supported; null when TYPE is tableIndexStatistic
|
int |
getCardinality()
When TYPE is tableIndexStatistic, thenthis is the number of rows in the
table; otherwise, it is thenumber of unique values in the index.
|
String |
getColumnName()
column name; null when TYPE istableIndexStatistic
|
String |
getFilterCondition()
Filter condition, if any.
|
String |
getIndexName()
index name; null when TYPE istableIndexStatistic
|
String |
getIndexQualifier()
index catalog (may be null); null when TYPE is tableIndexStatistic
|
String |
getIndexRemarks()
获取索引注释
|
short |
getOrdinalPosition()
column sequence numberwithin index; zero when TYPE is tableIndexStatistic
|
int |
getPages()
When TYPE is tableIndexStatisic thenthis is the number of pages used for
the table, otherwise itis the number of pages used for the current index.
|
String |
getTableCat()
table catalog (may be null)
|
String |
getTableName()
table name
|
String |
getTableSchem()
table schema (may be null)
|
short |
getType()
index type:
tableIndexStatistic - this identifies table statistics that arereturned in conjuction with a table's index descriptions tableIndexClustered - this is a clustered index tableIndexHashed - this is a hashed index tableIndexOther - this is some other style of index |
boolean |
isNonUnique()
Can index values be non-unique.false when TYPE is tableIndexStatistic
|
SdTableIndexKeyAttribute |
setAscOrDesc(String ascOrDesc)
column sort sequence, "A" => ascending,"D" => descending, may be null if
sort sequence is not supported; null when TYPE is tableIndexStatistic
|
SdTableIndexKeyAttribute |
setCardinality(int cardinality)
When TYPE is tableIndexStatistic, thenthis is the number of rows in the
table; otherwise, it is thenumber of unique values in the index.
|
SdTableIndexKeyAttribute |
setColumnName(String columnName)
column name; null when TYPE istableIndexStatistic
|
SdTableIndexKeyAttribute |
setFilterCondition(String filterCondition)
Filter condition, if any.
|
SdTableIndexKeyAttribute |
setIndexName(String indexName)
index name; null when TYPE istableIndexStatistic
|
SdTableIndexKeyAttribute |
setIndexQualifier(String indexQualifier)
index catalog (may be null); null when TYPE is tableIndexStatistic
|
SdTableIndexKeyAttribute |
setIndexRemarks(String indexRemarks)
设置索引注释
|
SdTableIndexKeyAttribute |
setNonUnique(boolean nonUnique)
Can index values be non-unique.false when TYPE is tableIndexStatistic
|
SdTableIndexKeyAttribute |
setOrdinalPosition(short ordinalPosition)
column sequence numberwithin index; zero when TYPE is tableIndexStatistic
|
SdTableIndexKeyAttribute |
setPages(int pages)
When TYPE is tableIndexStatisic thenthis is the number of pages used for
the table, otherwise itis the number of pages used for the current index.
|
SdTableIndexKeyAttribute |
setTableCat(String tableCat)
table catalog (may be null)
|
SdTableIndexKeyAttribute |
setTableName(String tableName)
table name
|
SdTableIndexKeyAttribute |
setTableSchem(String tableSchem)
table schema (may be null)
|
SdTableIndexKeyAttribute |
setType(short type)
index type:
tableIndexStatistic - this identifies table statistics that arereturned in conjuction with a table's index descriptions tableIndexClustered - this is a clustered index tableIndexHashed - this is a hashed index tableIndexOther - this is some other style of index |
String |
toString() |
public String getTableCat()
public SdTableIndexKeyAttribute setTableCat(String tableCat)
tableCat - public String getTableSchem()
public SdTableIndexKeyAttribute setTableSchem(String tableSchem)
tableSchem - public String getTableName()
public SdTableIndexKeyAttribute setTableName(String tableName)
tableName - public boolean isNonUnique()
public SdTableIndexKeyAttribute setNonUnique(boolean nonUnique)
nonUnique - public String getIndexQualifier()
public SdTableIndexKeyAttribute setIndexQualifier(String indexQualifier)
indexQualifier - public String getIndexName()
public SdTableIndexKeyAttribute setIndexName(String indexName)
indexName - public String getIndexRemarks()
public SdTableIndexKeyAttribute setIndexRemarks(String indexRemarks)
indexRemarks - public short getType()
public SdTableIndexKeyAttribute setType(short type)
type - public short getOrdinalPosition()
public SdTableIndexKeyAttribute setOrdinalPosition(short ordinalPosition)
ordinalPosition - public String getColumnName()
public SdTableIndexKeyAttribute setColumnName(String columnName)
columnName - public String getAscOrDesc()
public SdTableIndexKeyAttribute setAscOrDesc(String ascOrDesc)
ascOrDesc - public int getCardinality()
public SdTableIndexKeyAttribute setCardinality(int cardinality)
cardinality - public int getPages()
public SdTableIndexKeyAttribute setPages(int pages)
pages - public String getFilterCondition()
public SdTableIndexKeyAttribute setFilterCondition(String filterCondition)
filterCondition - Copyright © 2019 Mirren Tools. All rights reserved.