Per-operation timeout settings for the ODBC driver.
Definition in file command_control.hpp.
Go to the source code of this file.
#include <chrono>#include <optional>#include <string>#include <userver/utils/impl/transparent_hash.hpp>Classes | |
| struct | storages::odbc::CommandControl |
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
| namespace | storages::odbc |
| Top namespace for uODBC driver. | |
Typedefs | |
| using | storages::odbc::OptionalCommandControl = std::optional<CommandControl> |
| using | storages::odbc::CommandControlByMethodMap = utils::impl::TransparentMap<std::string, CommandControl> |
| Command controls keyed by an HTTP method. | |
| using | storages::odbc::CommandControlByHandlerMap = utils::impl::TransparentMap<std::string, CommandControlByMethodMap> |
| Command controls keyed first by handler path, then by HTTP method. | |
| using | storages::odbc::CommandControlByQueryMap = utils::impl::TransparentMap<std::string, CommandControl> |
| Command controls keyed by storages::odbc::Query name. | |