class Cassandra::Types::UserDefined
Inherits
Classes
Methods
keyspace
Returns keyspace where this type is defined
name
Returns name of this type
has_field?
(name)Returns whether this type has a given field
each_field
(&block) aliased as: fieldsYield or enumerate each field defined in this type
field
(name)Returns a field with this name or nil
kind
Returns :udt
new
(*value)Coerces the value to Cassandra::UDT
assert
(value, message = nil, &block)Asserts that a given value is an Cassandra::UDT
- Void
- Return value of this method is ignored.
to_s
Returns "keyspace.name"
eql?
(other) aliased as: ==to_cql
Output this type in CQL