Column
interface Column (View source)
A PHP representation of a column
Methods
string
name()
Returns the name 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.
Details
string
name()
Returns the name of the column.
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.