userver: userver/storages/mysql/options.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
options.hpp File Reference

Go to the source code of this file.

#include <chrono>
#include <optional>
+ This graph shows which files directly or indirectly include this file:

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.