interface Index
A PHP representation of an index
Implemented by
Methods
string
name
( )Returns the name of the index
string
kind
( )Returns the kind of index
string
target
( )Returns the target column of the index
Cassandra\Value
option
( $name )Return a column’s option by name
array
options
( )Returns all the index’s options
string
className
( )Returns the class name of the index
boolean
isCustom
( )Returns true
if this is a custom index