class DefaultColumn
A PHP representation of a column
Implements
Methods
string
name
( )Returns the name of the column.
Cassandra\Type
type
( )Returns the type of the column.
bool
isReversed
( )Returns whether the column is in descending or ascending order.
bool
isStatic
( )Returns true for static columns.
bool
isFrozen
( )Returns true for frozen columns.
string
indexName
( )Returns name of the index if defined.
string
indexOptions
( )Returns index options if present.