userver: /data/code/userver/odbc/include/userver/storages/odbc/odbc_fwd.hpp File Reference
Loading...
Searching...
No Matches
odbc_fwd.hpp File Reference

Detailed Description

Forward declarations of some popular odbc related types.

Definition in file odbc_fwd.hpp.

Go to the source code of this file.

#include <memory>
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
namespace  storages::odbc
 Top namespace for uODBC driver.

Typedefs

using storages::odbc::ClusterPtr = std::shared_ptr<Cluster>
 Smart pointer to the storages::odbc::Cluster.