#include <IOODataBase.h>
Inheritance diagram for IDbFederation:

Private Methods | |
| virtual void | release () = 0 |
| Release implementation object. | |
| virtual bool | existsDbase (const std::string& name) const = 0 |
| Check for existence of a federation within a session. | |
| virtual DbResult | close () const = 0 |
| Close federation. | |
| virtual DbResult | open (dbHandle<DbSession>& sessionH, const std::string& name, DbAccessMode mode) const = 0 |
| Open federation. | |
Private Attributes | |
| friend | DbFederation |
| Only the technology independent part has access to this object. More... | |
Description: Interface to the implementation specific part of a database federation object objects.
Dependencies:
History :
+---------+----------------------------------------------+--------+
| Date | Comment | Who |
+---------+----------------------------------------------+--------+
| 21/09/99| Initial version. | MF |
+---------+----------------------------------------------+--------+
Author: M.Frank Version: 1.0
Definition at line 86 of file IOODataBase.h.
|
|
Close federation.
|
|
|
Check for existence of a federation within a session.
|
|
|
Open federation.
|
|
|
Release implementation object.
Reimplemented in DbFederationImplementation. Referenced by DbFederation::~DbFederation(). |
|
|
Only the technology independent part has access to this object.
Definition at line 88 of file IOODataBase.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000