PHP Класс Cassandra\Type\Map

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

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

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

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

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

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

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

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

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

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

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

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

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

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