#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.   | |