PHP Класс Cassandra\DefaultColumn

Наследование: implements Column
Показать файл Открыть проект

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

Метод Описание
indexName ( ) : string {@inheritDoc}
indexOptions ( ) : string {@inheritDoc}
isFrozen ( ) : boolean {@inheritDoc}
isReversed ( ) : boolean {@inheritDoc}
isStatic ( ) : boolean {@inheritDoc}
name ( ) : string {@inheritDoc}
type ( ) : Cassandra\Type {@inheritDoc}

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

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

{@inheritDoc}
public indexName ( ) : string
Результат string Name of the index if defined or null

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

{@inheritDoc}
public indexOptions ( ) : string
Результат string Index options if present or null

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

{@inheritDoc}
public isFrozen ( ) : boolean
Результат boolean Whether the column is frozen

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

{@inheritDoc}
public isReversed ( ) : boolean
Результат boolean Whether the column is stored in descending order.

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

{@inheritDoc}
public isStatic ( ) : boolean
Результат boolean Whether the column is static

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

{@inheritDoc}
public name ( ) : string
Результат string Name of the column or null

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

{@inheritDoc}
public type ( ) : Cassandra\Type
Результат Cassandra\Type Type of the column