userver: userver/storages/postgres/postgres_fwd.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
postgres_fwd.hpp File Reference

Forward declarations of some popular postgre related types. More...

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

Go to the source code of this file.

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::postgres
 Top namespace for uPg driver.
 

Typedefs

using storages::postgres::ClusterPtr = std::shared_ptr< Cluster >
 Smart pointer to the storages::postgres::Cluster.
 
using storages::postgres::TimeoutDuration = std::chrono::milliseconds
 

Detailed Description

Forward declarations of some popular postgre related types.

Definition in file postgres_fwd.hpp.