PHP Class Cassandra\Type\Tuple

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. 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

Method Details

__toString() public méthode

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

create() public méthode

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

name() public méthode

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

types() public méthode

Returns types of values
public types ( ) : array
Résultat array An array of types