PHP Класс Cassandra\Column

Наследование: extends Thrift\Base\TBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
indexName ( ) : string Returns name of the index if defined.
indexOptions ( ) : string Returns index options if present.
isFrozen ( ) : boolean Returns true for frozen columns.
isReversed ( ) : boolean Returns whether the column is in descending or ascending order.
isStatic ( ) : boolean Returns true for static columns.
name ( ) : string Returns the name of the column.
type ( ) : Cassandra\Type Returns the type of the column.

Описание методов

indexName() публичный метод

Returns name of the index if defined.
public indexName ( ) : string
Результат string Name of the index if defined or null

indexOptions() публичный метод

Returns index options if present.
public indexOptions ( ) : string
Результат string Index options if present or null

isFrozen() публичный метод

Returns true for frozen columns.
public isFrozen ( ) : boolean
Результат boolean Whether the column is frozen

isReversed() публичный метод

Returns whether the column is in descending or ascending order.
public isReversed ( ) : boolean
Результат boolean Whether the column is stored in descending order.

isStatic() публичный метод

Returns true for static columns.
public isStatic ( ) : boolean
Результат boolean Whether the column is static

name() публичный метод

Returns the name of the column.
public name ( ) : string
Результат string Name of the column or null

type() публичный метод

Returns the type of the column.
public type ( ) : Cassandra\Type
Результат Cassandra\Type Type of the column