class Tuple
Implements
Methods
string
name
( )Returns “tuple”
string
__toString
( )Returns type representation in CQL, e.g. tuple<varchar, int>
array
types
( )Returns types of values
Creates a new Cassandra\Tuple
from the given values.