HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::database::DBSession Class Reference

#include <DBSession.hpp>

Public Member Functions

 DBSession (const std::string &KEY, const std::string &dbConnString)
 ~DBSession () throw ()
template<typename T >
Poco::Data::Statement operator<< (const T &t)
void close () throw ()
bool isConnected () throw ()

Static Public Member Functions

static std::string getConnectionString (Poco::AutoPtr< Poco::Util::AbstractConfiguration > _config)

Detailed Description

Definition at line 40 of file DBSession.hpp.

Constructor & Destructor Documentation

HCE::database::DBSession::DBSession ( const std::string &  KEY,
const std::string &  dbConnString 
)

Definition at line 5 of file DBSession.cpp.

HCE::database::DBSession::~DBSession ( ) throw ()

Definition at line 10 of file DBSession.cpp.

Here is the call graph for this function:

Member Function Documentation

void HCE::database::DBSession::close ( ) throw ()

Definition at line 14 of file DBSession.cpp.

Here is the caller graph for this function:

static std::string HCE::database::DBSession::getConnectionString ( Poco::AutoPtr< Poco::Util::AbstractConfiguration >  _config)
static
bool HCE::database::DBSession::isConnected ( ) throw ()

Definition at line 24 of file DBSession.cpp.

template<typename T >
Poco::Data::Statement HCE::database::DBSession::operator<< ( const T &  t)
inline

Definition at line 50 of file DBSession.hpp.


The documentation for this class was generated from the following files: