Go to the source code of this file.
#include <chrono>
#include <optional>
Classes | |
struct | storages::mysql::CommandControl |
Namespaces | |
namespace | storages |
Components, clients and helpers for different databases and storages. | |
namespace | storages::mysql |
Top namespace for uMySQL driver. | |
Typedefs | |
using | storages::mysql::TimeoutDuration = std::chrono::milliseconds |
using | storages::mysql::OptionalCommandControl = std::optional<CommandControl> |
storages::mysql::CommandControl that may not be set. | |