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 executedUSE
query.:tracing_id
- the tracing ID (as a UUID binary) if tracing was enabled, ornil
if no tracing was enabled. See the "Tracing" section inXandra.execute/4
.