Xandra v0.13.0 Xandra.SetKeyspace View Source

A struct that represents the result of a USE query.

These are the public fields of this struct:

  • :keyspace - the keyspace (as a binary) that was set through the executed USE query.

  • :tracing_id - the tracing ID (as a UUID binary) if tracing was enabled, or nil if no tracing was enabled. See the "Tracing" section in Xandra.execute/4.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Xandra.SetKeyspace{keyspace: String.t(), tracing_id: binary() | nil}