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

boolean

isReversed

( )

Returns whether the column is in descending or ascending order.

Returns:
Type Details
boolean

Whether the column is stored in descending order.

boolean

isStatic

( )

Returns true for static columns.

Returns:
Type Details
boolean

Whether the column is static

boolean

isFrozen

( )

Returns true for frozen columns.

Returns:
Type Details
boolean

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

Index options if present or null