HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <Poco/SharedPtr.h>
#include <iostream>
#include <string>
#include <list>
#include "Errors.hpp"
Go to the source code of this file.
Classes | |
class | HCE::BaseDB |
Your Driver's class must be inherited from that base class class BaseDB. More... |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Typedefs | |
typedef int | HCE::STATUS |
BaseDB - Base driver class.
Definition in file BaseDB.hpp.