⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
userver
C++ Async Framework v2.0
Documentation
API Groups
Namespaces
Reference
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
y
Variables
k
n
r
u
w
Typedefs
c
d
h
m
n
o
p
s
t
u
v
Enumerations
a
b
c
d
f
h
i
l
o
p
r
s
t
u
v
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Symbols
File List
File Members
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
clickhouse.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/clickhouse.hpp
4
/// This file is mainly for documentation purposes and inclusion of all headers
5
/// that are required for working with ClickHouse µserver component.
6
7
#
include
<
userver
/
storages
/
clickhouse
/
cluster
.
hpp
>
8
#
include
<
userver
/
storages
/
clickhouse
/
component
.
hpp
>
9
#
include
<
userver
/
storages
/
clickhouse
/
execution_result
.
hpp
>
10
#
include
<
userver
/
storages
/
clickhouse
/
options
.
hpp
>
11
#
include
<
userver
/
storages
/
clickhouse
/
query
.
hpp
>
12
13
/// @page clickhouse_driver ClickHouse Driver
14
///
15
/// 🐙 **userver** provides access to ClickHouse databases servers via
16
/// components::ClickHouse. The uClickHouse driver is asynchronous, it suspends
17
/// current coroutine for carrying out network I/O.
18
///
19
/// @section feature Features
20
/// - Connection pooling;
21
/// - Variadic template query parameter passing;
22
/// - Query result extraction to C++ types;
23
/// - Mapping C++ types to native ClickHouse types.
24
///
25
/// @section info More information
26
/// - For configuration see components::ClickHouse
27
/// - For cluster operations see storages::clickhouse::Cluster
28
/// - For mapping C++ types to Clickhouse types see @ref clickhouse_io
29
///
30
/// ----------
31
///
32
/// @htmlonly <div class="bottom-nav"> @endhtmlonly
33
/// ⇦ @ref scripts/docs/en/userver/redis.md |
34
/// @ref scripts/docs/en/userver/development/stability.md ⇨
35
/// @htmlonly </div> @endhtmlonly
36
37
USERVER_NAMESPACE_BEGIN
38
39
/// @brief Top namespace for uClickHouse driver.
40
///
41
/// For more information see @ref clickhouse_driver.
42
namespace
storages
::
clickhouse
{}
43
44
/// @brief uClickHouse input-output.
45
///
46
/// Namespace containing classes and functions for defining datatype
47
/// input-output and specifying mapping between C++ and ClickHouse types.
48
namespace
storages
::
clickhouse
::
io
{}
49
50
/// @brief uClickHouse columns.
51
///
52
/// Namespace containing definitions of supported ClickHouse column types.
53
/// For more information see @ref userver_clickhouse_types
54
namespace
storages
::
clickhouse
::
io
::
columns
{}
55
56
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
storages
clickhouse.hpp
Generated on Wed May 15 2024 22:14:00 for userver by
Doxygen
1.10.0