Top namespace for uClickHouse driver. More...
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 | Query |
| Holds a query and its name. In case query is expected to be executed with parameters, query text should conform to fmt format. More... | |
Typedefs | |
| using | ClusterPtr = std::shared_ptr< Cluster > |
| using | OptionalCommandControl = std::optional< CommandControl > |
| storages::clickhouse::CommandControl that may not be set. | |
Top namespace for uClickHouse driver.
For more information see ClickHouse Driver.
| using storages::clickhouse::ClusterPtr = typedef std::shared_ptr<Cluster> |
| using storages::clickhouse::OptionalCommandControl = typedef std::optional<CommandControl> |
storages::clickhouse::CommandControl that may not be set.
Definition at line 36 of file options.hpp.