struct Cassandra::DBApi::Uuid
- Cassandra::DBApi::Uuid
- Struct
- Value
- Object
Overview
Represents the Cassandra uuid type.
Included Modules
Defined in:
cassandra/dbapi/types.crConstructors
-
.new(s : String)
Initialises the UUID from a string.
-
.new(cass_uuid : Cassandra::LibCass::CassUuid)
Initialises the UUID from a Cassandra UUID.
-
.new
Autogenerates a UUID.
Constructor Detail
def self.new(cass_uuid : Cassandra::LibCass::CassUuid)
#
Initialises the UUID from a Cassandra UUID.