StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair_db.hpp
Go to the documentation of this file.
1#ifndef __STDAIR_STDAIR_DB_HPP
2#define __STDAIR_STDAIR_DB_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9
10// Forward declarations
11namespace soci {
12 class session;
13 class statement;
14}
15
16namespace stdair {
17
18 // //////// Type definitions /////////
20 typedef soci::session DBSession_T;
21
23 typedef soci::statement DBRequestStatement_T;
24
26 typedef std::string DBConnectionName_T;
27
28}
29#endif // __STDAIR_STDAIR_DB_HPP
Handle on the StdAir library context.
std::string DBConnectionName_T
Definition stdair_db.hpp:26
soci::statement DBRequestStatement_T
Definition stdair_db.hpp:23
soci::session DBSession_T
Definition stdair_db.hpp:20