Class Index
java.lang.Object
com.aceql.jdbc.commons.main.metadata.CatalogAndSchema
com.aceql.jdbc.commons.main.metadata.Index
public class Index extends CatalogAndSchema
A SQL Index with it's defining elements.
- Author:
- Nicolas de Pomereu
-
Field Summary
Fields Modifier and Type Field Description static StringtableIndexClusteredstatic StringtableIndexHashedstatic StringtableIndexOtherstatic StringtableIndexStatistic -
Constructor Summary
Constructors Constructor Description Index() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)StringgetAscendingOrDescending()longgetCardinality()StringgetColumnName()StringgetFilterCondition()StringgetIndexName()StringgetIndexQualifier()intgetOrdinalPosition()longgetPages()StringgetTableName()StringgetType()inthashCode()booleanisNonUnique()StringtoString()Methods inherited from class com.aceql.jdbc.commons.main.metadata.CatalogAndSchema
getCatalog, getSchema
-
Field Details
-
tableIndexStatistic
-
tableIndexClustered
-
tableIndexHashed
-
tableIndexOther
-
-
Constructor Details
-
Index
public Index()
-
-
Method Details
-
getIndexName
-
getTableName
-
isNonUnique
public boolean isNonUnique() -
getIndexQualifier
-
getType
-
getOrdinalPosition
public int getOrdinalPosition() -
getColumnName
-
getAscendingOrDescending
-
getCardinality
public long getCardinality() -
getPages
public long getPages() -
getFilterCondition
-
hashCode
public int hashCode() -
equals
-
toString
-