Module query
Source - Query
- Structure that represents CQL query and parameters which will be applied during
its execution.
- QueryParams
- Parameters of Query for query operation.
- QueryFlags
- Cassandra Query Flags.
- QueryValues
- Enum that represents named and simple query values.
- BatchExecutor
- Traits that provides methods for sending multiple queries
to a DB server.
- ExecExecutor
- Traits that provides methods for prepared query execution.
- PrepareExecutor
- Traits that provides methods for preparing queries
on a DB server.
- QueryExecutor
- Traits that provides methods for immediate query execution.
- PreparedQuery
- Id of a prepared query. This Id can be used for
query execution and/or query batching.