class Collection
A class that represents the list type. The list type contains the type of the elements contain in the list.
Extends
Methods
string name
( )Returns “list”
Dse\Type valueType
( )Returns type of values
string __toString
( )Returns type representation in CQL, e.g. list<varchar>
Creates a new Type\Collection from the given values. When no values given, creates an empty list.