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)
Initialises the UUID from a Cassandra UUID.
-
.new
Autogenerates a UUID.