class UserType
Implements
Methods
string
name
( )Returns type name for the user type
string
keyspace
( )Returns keyspace for the user type
string
__toString
( )Returns type representation in CQL, e.g. 1keyspace.type_name1 or userType<name1:varchar, name2:int>
.
array
types
( )Returns types of values
Creates a new Cassandra\UserTypeValue
from the given name/value pairs.