PHP Class Cassandra\DefaultIndex

Inheritance: implements cassandra\Index
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
className ( ) : string {@inheritDoc}
isCustom ( ) : boolean {@inheritDoc}
kind ( ) : string {@inheritDoc}
name ( ) : string {@inheritDoc}
option ( $name ) : Cassandra\Value {@inheritDoc}
options ( ) : array {@inheritDoc}
target ( ) : string {@inheritDoc}

Method Details

className() public méthode

{@inheritDoc}
public className ( ) : string
Résultat string Class name of a custom index

isCustom() public méthode

{@inheritDoc}
public isCustom ( ) : boolean
Résultat boolean

kind() public méthode

{@inheritDoc}
public kind ( ) : string
Résultat string Kind of the index

name() public méthode

{@inheritDoc}
public name ( ) : string
Résultat string Name of the index

option() public méthode

{@inheritDoc}
public option ( $name ) : Cassandra\Value
Résultat Cassandra\Value Value of an option by name

options() public méthode

{@inheritDoc}
public options ( ) : array
Résultat array A dictionary of `string` and `Cassandra\Value pairs of the index's options.

target() public méthode

{@inheritDoc}
public target ( ) : string
Résultat string Target column name of the index