Метод | Описание | |
---|---|---|
className ( ) : string | Returns the class name of the index | |
isCustom ( ) : boolean | Returns true if this is a custom index | |
kind ( ) : string | Returns the kind of index | |
name ( ) : string | Returns the name of the index | |
option ( $name ) : Cassandra\Value | Return a column's option by name | |
options ( ) : array | Returns all the index's options | |
target ( ) : string | Returns the target column of the index |
public option ( $name ) : Cassandra\Value | ||
Результат | Cassandra\Value | Value of an option by name |