Struct cdrs::client::QueryBuilder [] [src]

pub struct QueryBuilder { /* fields omitted */ }

QueryBuilder is a helper sturcture that helps to construct Query. Query itself consists of CQL query string and list of parameters. Parameters are the same as ones described in Cassandra v4 protocol

Methods

impl QueryBuilder
[src]

Factory function that takes CQL &str as an argument and returns new QueryBuilder

Finalizes query building process and returns query itself

Trait Implementations

impl Debug for QueryBuilder
[src]

Formats the value using the given formatter.

impl Default for QueryBuilder
[src]

Returns the "default value" for a type. Read more