Odb(...)
This method creates a new Odb object.
Path
Odb
Prototype
odb_Odb&
Odb(const odb_String& name,
const odb_String& analysisTitle,
const odb_String& description,
const odb_String& path);
Required arguments
- name
An odb_String specifying the repository key.
Optional arguments
- analysisTitle
An odb_String specifying the title of the output database. The default value is an empty string.
- description
An odb_String specifying the description of the output database. The default value is an empty string.
- path
An odb_String specifying the path to the file where the new output database (.odb ) file will be written. The default value is an empty string.
Return value
An Odb object.
Exceptions
None.