Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

d_Project Class Reference

#include <d_Project.h>

List of all members.

Public Methods

 d_Project ()
 ~d_Project ()
void open (const char *iName)
void create (const char *iName)
void close ()

Public Attributes

oArray< d_Database * > databases


Detailed Description

The d_Project class is a container of logical databases (d_Database class).

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


Constructor & Destructor Documentation

d_Project::d_Project  
 

d_Project::~d_Project  
 


Member Function Documentation

void d_Project::close  
 

void d_Project::create const char *    iName
 

void d_Project::open const char *    iName
 


Member Data Documentation

oArray<d_Database*> d_Project::databases
 


The documentation for this class was generated from the following files:
Generated on Fri Nov 29 17:12:14 2002 for Orient ODBMS Just Edition v. 2.0e by doxygen1.3-rc1