utils::datetime::TimeOfDay I/O support
Definition in file time_of_day.hpp.
Go to the source code of this file.
#include <userver/utils/time_of_day.hpp>#include <userver/storages/postgres/exceptions.hpp>#include <userver/storages/postgres/io/buffer_io.hpp>#include <userver/storages/postgres/io/buffer_io_base.hpp>#include <userver/storages/postgres/io/type_mapping.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | storages::postgres::io::BufferFormatter<::utils::datetime::TimeOfDay< Duration > > |
| Binary formatter for utils::datetime::TimeOfDay mapped to postgres time This datatype is time-zone agnostic, it should't be mixed with timetz type or sudden TZ adjustments will be applied. More... | |
| struct | storages::postgres::io::BufferParser<::utils::datetime::TimeOfDay< Duration > > |
| Binary parser for utils::datetime::TimeOfDay mapped to postgres time. More... | |
| struct | storages::postgres::io::CppToSystemPg<::utils::datetime::TimeOfDay< Duration > > |
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
| namespace | storages::postgres |
| Top namespace for uPg driver. | |
| namespace | storages::postgres::io |
| uPg input-output. | |