userver: userver/storages/mysql/options.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
options.hpp File Reference

Table of Contents

#include <chrono>
#include <optional>
+ Include dependency graph for options.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of 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.