#include <DbImplementation.h>
Inheritance diagram for DbSessionImplementation:

Public Methods | |
| DbSessionImplementation (IOODataBase* idb, IMessageSvc* msg, unsigned char typ) | |
| Standard Constructor. More... | |
| virtual void | release () |
| Release instance (Abstract interfaces do not expose destructor!). More... | |
Static Public Methods | |
| IDbSession* | getSession (const dbHandle<DbSession>& sessionH) |
| Get federation implementation from handle. More... | |
Protected Methods | |
| virtual | ~DbSessionImplementation () |
| Standard Destructor. More... | |
Protected Attributes | |
| DbAccessMode | m_state |
| State of the session (open,closed,...). More... | |
Description: Generic helper class to implement stuff common to all existing databases. The base implementations can allways be overwritten.
History :
+---------+----------------------------------------------+--------+
| Date | Comment | Who |
+---------+----------------------------------------------+--------+
| 30/10/99| Initial version. | MF |
+---------+----------------------------------------------+--------+
Author: M.Frank Version: 1.0
Definition at line 209 of file DbImplementation.h.
|
|
Standard Destructor.
Definition at line 327 of file DbImplementation.cpp. |
|
|
Standard Constructor.
Definition at line 318 of file DbImplementation.cpp. |
|
|
Get federation implementation from handle.
Definition at line 336 of file DbImplementation.cpp. |
|
|
Release instance (Abstract interfaces do not expose destructor!).
Reimplemented from IDbSession. Definition at line 331 of file DbImplementation.cpp. |
|
|
State of the session (open,closed,...).
Definition at line 214 of file DbImplementation.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000