PHP Класс Cassandra\Type\Set

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

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

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

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

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

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

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

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

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

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

valueType() публичный Метод

Returns type of values
public valueType ( ) : Cassandra\Type
Результат Cassandra\Type Type of values