StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
11 namespace soci {
12  class session;
13  class statement;
14 }
15 
16 namespace 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