Database :: recoveryPath - Path for recovery folder
The property contains the folder location for storing recovery files when recovery has been enabled.
Return value: Location for recovery folder path ( odaba::String & )
The recovery folder path points to a folder that contains the recovery files. The folder has been defined when creating the recovery file. (Database::initializeRecovery()).
Implementation details
odaba::String
Database  :: recoveryPath (  )
When recovery feature is enabled (recoveryType()), the function returns the path to the folder containing the recovery files. Otherwise, the function throws an exception.