PHP Class Cassandra\Type\Set

Inheritance: extends Cassandra\Type
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
__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

Method Details

__toString() public méthode

Returns type representation in CQL, e.g. set
public __toString ( ) : string
Résultat string Type representation in CQL

create() public méthode

Creates a new Cassandra\Set from the given values.
public create ( $value = null ) : Cassandra\Set
Résultat Cassandra\Set A set with given values.

name() public méthode

Returns "set"
public name ( ) : string
Résultat string "set"

valueType() public méthode

Returns type of values
public valueType ( ) : Cassandra\Type
Résultat Cassandra\Type Type of values