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

Public Methods | |
| DbFederationImplementation (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 | |
| IDbFederation* | getFederation (const dbHandle<DbFederation>& fedH) |
| Get federation implementation from handle. More... | |
Protected Methods | |
| virtual | ~DbFederationImplementation () |
| Standard Destructor. 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 243 of file DbImplementation.h.
|
|
Standard Destructor.
Definition at line 353 of file DbImplementation.cpp. |
|
|
Standard Constructor.
Definition at line 345 of file DbImplementation.cpp. |
|
|
Get federation implementation from handle.
Definition at line 362 of file DbImplementation.cpp. |
|
|
Release instance (Abstract interfaces do not expose destructor!).
Reimplemented from IDbFederation. Definition at line 357 of file DbImplementation.cpp. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000