class Index
Describes a CQL index.
Members
Number kind
A numeric value representing index kind (0: custom, 1: keys, 2: composite);
String name
Name of the index.
Object options
An associative array containing the index options
String target
Target of the index.
Constructor
Methods
Parses Index information from rows in the legacy ‘system.schema_columns’ table.
- Static
- This function is static
Parses Index information from rows in the ‘system_schema.indexes’ table
- Static
- This function is static
isCompositesKind
()Determines if the index is of composites kind
isCustomKind
()Determines if the index is of custom kind
isKeysKind
()Determines if the index is of keys kind
