#include <DbOOMs.h>
Public Types | |
| typedef DbOOMs* (* | Accessor )(void) |
| enum | AccessMode { READ = 1, UPDATE = 2, CREATE = 4, NOT_OPEN = 8 } |
| Definition of access modes. More... | |
| enum | Result { DbSuccess = 1, DbError = 0, DbNoError = DbSuccess, DbWarning = 2, DbUserError = 4, DbSystemError = 6, DbFatalError = 8, DbDbgLevel = DbFatalError } |
Public Attributes | |
| friend | DbDataBaseMgr |
Static Public Methods | |
| const char* | accessMode (DbAccessMode mode) |
| Translate acce mode to string. More... | |
Private Methods | |
| DbOOMs () | |
| Private constructor: Nobody than the friend may instantiate! More... | |
| virtual | ~DbOOMs () |
| Private destructor: Nobody than the friend may delete! More... | |
Description: Class containing all specific constants for a storage technology
Dependencies:
History :
+---------+----------------------------------------------+--------+
| Date | Comment | Who |
+---------+----------------------------------------------+--------+
| 21/09/99| Initial version. | MF |
+---------+----------------------------------------------+--------+
Author: M.Frank Version: 1.0
Definition at line 72 of file DbOOMs.h.
|
|
|
|
|
Definition of access modes.
|
|
|
|
|
|
Private constructor: Nobody than the friend may instantiate!
Definition at line 21 of file DbOOMs.cpp. |
|
|
Private destructor: Nobody than the friend may delete!
Definition at line 24 of file DbOOMs.cpp. |
|
|
Translate acce mode to string.
Definition at line 127 of file DbOOMs.h. Referenced by DbContainer::DbContainer(), DbDataBase::DbDataBase(), DbFederation::DbFederation(), DbSession::DbSession(), DbSession::open(), DbContainer::~DbContainer(), DbDataBase::~DbDataBase(), and DbFederation::~DbFederation(). |
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000