All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DB.cpp File Reference
#include <HSEP/DirTool.h>
#include <HSEP/FileTool.h>
#include <HSEP/ErrorCode.h>
#include <HSEPData/DB.h>
#include <HSEPData/DBStatementCatalog.h>
#include <dlfcn.h>
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include <iostream>
#include <fstream>
+ Include dependency graph for DB.cpp:

Go to the source code of this file.

Namespaces

namespace  HSEPData
 Offers a database access subsystem.
 

Typedefs

typedef HSEPData::DBEnvironment *(* createEnvironmentType )()
 

Typedef Documentation

typedef HSEPData::DBEnvironment*(* createEnvironmentType)()

Definition at line 39 of file DB.cpp.