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

Public Methods | |
| DbImplementation (IOODataBase* idb, IMessageSvc* msg, unsigned char typ, const std::string& name="") | |
| Standard Constructor. More... | |
| unsigned char | type () const |
| Access to OODataBase type. More... | |
| const std::string& | name () const |
| Object's name. More... | |
| const std::string& | driver () const |
| Driver's name. More... | |
| const std::string& | server () const |
| Database server's name. More... | |
| IMessageSvc* | messageSvc () |
| Access to Message service. More... | |
| IOODataBase* | db () |
| Access to Database implementation. More... | |
Protected Methods | |
| virtual | ~DbImplementation () |
| Standard destructor. More... | |
Protected Attributes | |
| IMessageSvc* | m_messageSvc |
| reference to message service. More... | |
| unsigned char | m_type |
| Type the implementation belongs to. More... | |
| IOODataBase* | m_ooDB |
| Pointer to OO DB implementation. More... | |
| std::string | m_name |
| Object name. More... | |
| std::string | m_driver |
| Driver's name. More... | |
| std::string | m_server |
| Driver's name. More... | |
Description: Generic helper class to implement stuff common to all other classes. This generally are helpers.
History :
+---------+----------------------------------------------+--------+
| Date | Comment | Who |
+---------+----------------------------------------------+--------+
| 30/10/99| Initial version. | MF |
+---------+----------------------------------------------+--------+
Author: M.Frank Version: 1.0
Definition at line 41 of file DbImplementation.h.
|
|
Standard destructor.
Definition at line 41 of file DbImplementation.cpp. |
|
|
Standard Constructor.
Definition at line 26 of file DbImplementation.cpp. |
|
|
Access to Database implementation.
Definition at line 350 of file DbImplementation.h. |
|
|
Driver's name.
Definition at line 360 of file DbImplementation.h. |
|
|
Access to Message service.
Definition at line 345 of file DbImplementation.h. |
|
|
Object's name.
Definition at line 355 of file DbImplementation.h. |
|
|
Database server's name.
Definition at line 365 of file DbImplementation.h. |
|
|
Access to OODataBase type.
Definition at line 340 of file DbImplementation.h. |
|
|
Driver's name.
Definition at line 52 of file DbImplementation.h. |
|
|
reference to message service.
Definition at line 44 of file DbImplementation.h. |
|
|
Object name.
Definition at line 50 of file DbImplementation.h. |
|
|
Pointer to OO DB implementation.
Definition at line 48 of file DbImplementation.h. |
|
|
Driver's name.
Definition at line 54 of file DbImplementation.h. |
|
|
Type the implementation belongs to.
Definition at line 46 of file DbImplementation.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000