PHP Class Cassandra\DefaultColumn

Inheritance: implements Column
Show file Open project: datastax/php-driver

Public Methods

Method 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 method

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

indexOptions() public method

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

isFrozen() public method

{@inheritDoc}
public isFrozen ( ) : boolean
return boolean Whether the column is frozen

isReversed() public method

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

isStatic() public method

{@inheritDoc}
public isStatic ( ) : boolean
return boolean Whether the column is static

name() public method

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

type() public method

{@inheritDoc}
public type ( ) : Cassandra\Type
return Cassandra\Type Type of the column