struct

Cassandra::DBApi::Uuid

Inherits Cassandra::DBApi::CommonUuid / Struct / Value / Object

Represents the Cassandra uuid type.

Constructors

new(s : String)

Initialises the UUID from a string.

Source
new(cass_uuid : Cassandra::LibCass::CassUuid)

Initialises the UUID from a Cassandra UUID.

Source
new

Autogenerates a UUID.

Source