PHP 인터페이스 Cassandra\Index

파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
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