userver: userver/storages/mysql/options.hpp File Reference
Loading...
Searching...
No Matches
options.hpp File Reference

Go to the source code of this file.

#include <chrono>
#include <optional>
+ Include dependency graph for options.hpp:
+ 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.