Top namespace for uClickHouse driver.
For more information see ClickHouse Driver.
Namespaces | |
namespace | io |
uClickHouse input-output. | |
Classes | |
class | Cluster |
Interface for executing queries on a cluster of ClickHouse servers. More... | |
struct | CommandControl |
class | ExecutionResult |
class | ParameterStore |
Class for dynamic ClickHouse parameter list construction. More... | |
class | Query |
Holds a query, its name and logging mode; used by all the SQL databases of userver. More... | |
Typedefs | |
using | ClusterPtr = std::shared_ptr<Cluster> |
using | OptionalCommandControl = std::optional<CommandControl> |
storages::clickhouse::CommandControl that may not be set. | |
using storages::clickhouse::ClusterPtr = std::shared_ptr<Cluster> |
using storages::clickhouse::OptionalCommandControl = std::optional<CommandControl> |
storages::clickhouse::CommandControl that may not be set.
Definition at line 35 of file options.hpp.