PHP Интерфейс Cassandra\Index

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

className() публичный метод

Returns the class name of the index
public className ( ) : string
Результат string Class name of a custom index

isCustom() публичный метод

Returns true if this is a custom index
public isCustom ( ) : boolean
Результат boolean

kind() публичный метод

Returns the kind of index
public kind ( ) : string
Результат string Kind of the index

name() публичный метод

Returns the name of the index
public name ( ) : string
Результат string Name of the index

option() публичный метод

Return a column's option by name
public option ( $name ) : Cassandra\Value
Результат Cassandra\Value Value of an option by name

options() публичный метод

Returns all the index's options
public options ( ) : array
Результат array A dictionary of `string` and `Cassandra\Value pairs of the index's options.

target() публичный метод

Returns the target column of the index
public target ( ) : string
Результат string Target column name of the index