#include <d_Project.h>
Public Methods | |
| d_Project () | |
| ~d_Project () | |
| void | open (const char *iName) |
| void | create (const char *iName) |
| void | close () |
Public Attributes | |
| oArray< d_Database * > | databases |
It permits to define a group of federated databases.
Classes inside a database can refer objects in the same database or into the databases of the same Project.
In this version you can use this class only for database creation (see d_Database::create() ).
LOCATION: d_Project.h
SEE ALSO: d_Database
ODMG: Extension
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc1