JadeDatabaseAdmin Class Constants and Methods Summary
The
| Constant | Integer Value | Description |
|---|---|---|
| BackupAbortedEvent | 4000 | Multiple file backup terminated by the user |
| BackupCancelledEvent | 8000 | Multiple file backup has been cancelled by the user |
| BackupCompleteEvent | 3000 | Multiple file backup has completed normally |
| BackupFailedEvent | 9000 | Multiple file backup has failed |
| FileBackupCompleteEvent | 2000 | File backup has finished |
| FileBackupStartEvent | 1000 | File backup has commenced |
| JournalTransferEvent | 6000 | Recovery journal file has been transferred |
| Mode_Archive | 4 | Database is in archive mode (journal files are archived for database recovery) |
| Mode_Default | 9 | Database is in default mode |
| Mode_Shared | 0 | Database is in shared mode |
| RpsStorageMode_Full | 0 | Persistent full database replica RPS data store mode |
| RpsStorageMode_MappedExtent | 1 | Persistent mapped extent RPS data store mode |
| RpsStorageMode_WorkingSet | 2 | Temporary working set RPS data store mode (deprecated in JADE 2020 and higher) |
| Usage_NoAudit | 2 | Database is not in recovery mode |
| Usage_ReadOnly | 1 | Database cannot be updated; that is, it is in quiesced mode |
| Usage_Update | 0 | Changes can be made to the database |
The
| Method | Description |
|---|---|
|
|
Terminates an online backup transaction |
|
|
Backs up all database files to a common directory |
|
|
Backs up selected file kinds to a common directory |
|
|
Copies the specified recovery journal file to backup |
|
|
Starts an online backup transaction |
|
|
Changes the access mode of the database |
|
|
Closes the current recovery journal file and switches to a new one |
|
|
Commits an online backup transaction |
|
|
Commits an SDS Secondary backup transaction with coherent (commit‑consistent) state |
|
|
Disables operation and progress event notifications for the number of bytes of a file backed up |
|
|
Disables progress event notifications for file backups |
|
|
Enables operation and progress event notifications for the number of bytes of a file backed up |
|
|
Enables progress event notifications for file backups |
|
|
Returns the number of the journal containing the Begin Transaction record of the oldest active transaction |
|
|
Populates an array with references to database files |
|
|
Returns the name of the archive directory for transaction journals |
|
|
Returns the date and time the database was created |
|
|
Returns the current recovery journal file directory |
|
|
Returns the current recovery journal file name |
|
|
Returns the current recovery journal file number |
|
|
Populates an array with references to files of selected kinds |
|
|
Returns the date and time the database was last backed up without error |
|
|
Returns the date and time the entire database was last backed up without error |
|
|
Returns the most recent date and time the database was opened |
|
|
Specifies whether archival recovery is enabled for the database |
|
|
Verifies the consistency of the specified recovery journal file |
For details, see "
