userver: Postgres parsers and formatters
Loading...
Searching...
No Matches
Postgres parsers and formatters

Detailed Description

Files with Postgres parsers and formatters.

Files

file  array_types.hpp
 I/O support for arrays (std::array, std::set, std::unordered_set, std::vector)
 
file  bitstring.hpp
 storages::postgres::BitString I/O support
 
file  boost_multiprecision.hpp
 boost::multiprecision I/O support
 
file  bytea.hpp
 storages::postgres::Bytea I/O support
 
file  chrono.hpp
 Timestamp (std::chrono::*) I/O support.
 
file  composite_types.hpp
 Composite types I/O support.
 
file  date.hpp
 utils::datetime::Date I/O support
 
file  decimal64.hpp
 decimal64::Decimal I/O support
 
file  enum_types.hpp
 Enum I/O support.
 
file  floating_point_types.hpp
 Floating point I/O support.
 
file  integral_types.hpp
 Integral types I/O support.
 
file  interval.hpp
 Time intervals I/O support.
 
file  io_fwd.hpp
 Forward declarations of types for PostgreSQL mappings.
 
file  json_types.hpp
 JSON I/O support.
 
file  macaddr.hpp
 utils::Macaddr and utils::Macaddr8 I/O support
 
file  optional.hpp
 Optional values I/O support.
 
file  range_types.hpp
 Ranges I/O support.
 
file  string_types.hpp
 Strings I/O support.
 
file  strong_typedef.hpp
 utils::StrongTypedef I/O support
 
file  time_of_day.hpp
 utils::datetime::TimeOfDay I/O support
 
file  user_types.hpp
 User types I/O support.
 
file  uuid.hpp
 UUID (boost::uuids::uuid) I/O support.