PHP Class Cassandra\DefaultColumn

Inheritance: implements Column
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
indexName ( ) : string {@inheritDoc}
indexOptions ( ) : string {@inheritDoc}
isFrozen ( ) : boolean {@inheritDoc}
isReversed ( ) : boolean {@inheritDoc}
isStatic ( ) : boolean {@inheritDoc}
name ( ) : string {@inheritDoc}
type ( ) : Cassandra\Type {@inheritDoc}

Method Details

indexName() public méthode

{@inheritDoc}
public indexName ( ) : string
Résultat string Name of the index if defined or null

indexOptions() public méthode

{@inheritDoc}
public indexOptions ( ) : string
Résultat string Index options if present or null

isFrozen() public méthode

{@inheritDoc}
public isFrozen ( ) : boolean
Résultat boolean Whether the column is frozen

isReversed() public méthode

{@inheritDoc}
public isReversed ( ) : boolean
Résultat boolean Whether the column is stored in descending order.

isStatic() public méthode

{@inheritDoc}
public isStatic ( ) : boolean
Résultat boolean Whether the column is static

name() public méthode

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

type() public méthode

{@inheritDoc}
public type ( ) : Cassandra\Type
Résultat Cassandra\Type Type of the column