00001 #ifndef __STDAIR_STDAIR_DB_HPP 00002 #define __STDAIR_STDAIR_DB_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STL 00008 #include <string> 00009 00010 // Forward declarations 00011 namespace soci { 00012 class session; 00013 class statement; 00014 } 00015 00016 namespace stdair { 00017 00018 // //////// Type definitions ///////// 00020 typedef soci::session DBSession_T; 00021 00023 typedef soci::statement DBRequestStatement_T; 00024 00026 typedef std::string DBConnectionName_T; 00027 00028 } 00029 #endif // __STDAIR_STDAIR_DB_HPP