A PHP representation of a column

Implements

Methods

string

name

( )

Returns the name of the column.

Returns:
Type Details
string

Name of the column or null

Cassandra\Type

type

( )

Returns the type of the column.

Returns:
Type Details
Cassandra\Type

Cassandra\Type of the column

bool

isReversed

( )

Returns whether the column is in descending or ascending order.

Returns:
Type Details
bool

Whether the column is stored in descending order.

bool

isStatic

( )

Returns true for static columns.

Returns:
Type Details
bool

Whether the column is static

bool

isFrozen

( )

Returns true for frozen columns.

Returns:
Type Details
bool

Whether the column is frozen

string

indexName

( )

Returns name of the index if defined.

Returns:
Type Details
string

Name of the index if defined or null

string

indexOptions

( )

Returns index options if present.

Returns:
Type Details
string

Cassandra\Index options if present or null