Database :: path - Database path property
The property contains the path to the opened database. When a database path had been passed containing option references, those are resolved when reading the path from the property.
Return value: File path to database location ( odaba::String & )
The database path refers to the location of the main database file (root base).
In order to pass no database path, an empty string ( String() ) has to be passed.
Implementation details
odaba::String
Database  :: path (  )
The function returns the database path for the opened database. The path returned refers to the database path and does not contain system variable references anymore.