Top namespace for uMySQL driver.
More...
|
namespace | convert |
| Namespace containing helper classes and functions for on-the-flight remapping DbType<->UserType.
|
|
Top namespace for uMySQL driver.
For more information see MySQL Driver - EXPERIMENTAL
◆ OptionalCommandControl
◆ TimeoutDuration
using storages::mysql::TimeoutDuration = typedef std::chrono::milliseconds |
◆ ClusterHostType
Enum for selecting the host type to carry query execution.
Enumerator |
---|
kPrimary | Execute a query on primary host.
|
kSecondary | Execute a query on a secondary (replica) host. Fallbacks to primary in standalone topology.
|
Definition at line 10 of file cluster_host_type.hpp.
◆ kFieldTag
constexpr FieldTag storages::mysql::kFieldTag |
|
inlineconstexpr |
◆ kRowTag
constexpr RowTag storages::mysql::kRowTag {} |
|
inlineconstexpr |