Expand description
CQL requests sent by the client.
Re-exports§
pub use auth_response::AuthResponse;
pub use batch::Batch;
pub use execute::Execute;
pub use options::Options;
pub use prepare::Prepare;
pub use query::Query;
pub use startup::Startup;
Modules§
- auth_
response - CQL protocol-level representation of a
AUTH_RESPONSE
request. - batch
- CQL protocol-level representation of a
BATCH
request. - execute
- CQL protocol-level representation of a
EXECUTE
request. - options
- CQL protocol-level representation of a
OPTIONS
request. - prepare
- CQL protocol-level representation of a
PREPARE
request. - query
- CQL protocol-level representation of a
QUERY
request. - register
- CQL protocol-level representation of a
REGISTER
request. - startup
- CQL protocol-level representation of a
STARTUP
request.
Enums§
- CqlRequest
Kind - Possible requests sent by the client.
- Request
- A CQL request that can be sent to the server.
- Request
Opcode - Opcode of a request, used to identify the request type in a CQL frame.
Traits§
- Deserializable
Request - Requests that can be deserialized from a CQL frame.
- Serializable
Request - Requests that can be serialized into a CQL frame.