PHP Класс Cassandra\Type\Tuple

Наследование: extends Cassandra\Type
Показать файл Открыть проект

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

Метод Описание
__toString ( ) : string Returns type representation in CQL, e.g. tuple
create ( $value = null ) : Cassandra\Tuple Creates a new Cassandra\Tuple from the given values.
name ( ) : string Returns "tuple"
types ( ) : array Returns types of values

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

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

Returns type representation in CQL, e.g. tuple
public __toString ( ) : string
Результат string Type representation in CQL

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

Creates a new Cassandra\Tuple from the given values.
public create ( $value = null ) : Cassandra\Tuple
Результат Cassandra\Tuple A tuple with given values.

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

Returns "tuple"
public name ( ) : string
Результат string "tuple"

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

Returns types of values
public types ( ) : array
Результат array An array of types