Index
Wrapper for the results of the getIndexInfo method and represents a Table's indices and statistics. Returned from Table.getIndexes
Parameters
rs
Constructors
Properties
Link copied to clipboard
Cardinality, when type is IndexType.STATISTIC this is the number of rows in the table, otherwise it is the number of unique values in the index
Link copied to clipboard
Column name, null when type is IndexType.STATISTIC
Link copied to clipboard
Link copied to clipboard
Index qualifier, null when type is IndexType.STATISTIC
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Ordinal position, 0 when type is IndexType.STATISTIC
Link copied to clipboard
Pages, when type is IndexType.STATISTIC this is then number pages used for the table, otherwise it is the number of pages used for the current index
Link copied to clipboard