Package com.aceql.jdbc.commons.metadata
Class Index
java.lang.Object
com.aceql.jdbc.commons.metadata.CatalogAndSchema
com.aceql.jdbc.commons.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 String
tableIndexClustered
static String
tableIndexHashed
static String
tableIndexOther
static String
tableIndexStatistic
-
Constructor Summary
Constructors Constructor Description Index()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
String
getAscendingOrDescending()
long
getCardinality()
String
getColumnName()
String
getFilterCondition()
String
getIndexName()
String
getIndexQualifier()
int
getOrdinalPosition()
long
getPages()
String
getTableName()
String
getType()
int
hashCode()
boolean
isNonUnique()
String
toString()
Methods inherited from class com.aceql.jdbc.commons.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
-