#include <openDB.h>

Public Member Functions | |
| openDbFactory (dbProvider dbImplementation, const char *strConnection) | |
| ~openDbFactory () | |
| openDB & | db () |
| openDbFactory (dbProvider dbImplementation, const char *strConnection) | |
| ~openDbFactory () | |
| openDB & | db () |
Private Attributes | |
| openDB * | pDB |
| openDB * | pDB |
Definition at line 37 of file openDB.h.
| openDbFactory::openDbFactory | ( | dbProvider | dbImplementation, | |
| const char * | strConnection | |||
| ) |
| openDbFactory::~openDbFactory | ( | ) |
| openDbFactory::openDbFactory | ( | dbProvider | dbImplementation, | |
| const char * | strConnection | |||
| ) |
| openDbFactory::~openDbFactory | ( | ) |
| openDB & openDbFactory::db | ( | ) |
Definition at line 44 of file openDB.cpp.
References pDB.
Referenced by clearTable(), main(), and openLogin::synch().
| openDB& openDbFactory::db | ( | ) |
openDB* openDbFactory::pDB [private] |
openDB* openDbFactory::pDB [private] |
1.5.5