PHP 클래스 Cassandra\Type\Map

상속: extends Cassandra\Type
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
__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