Specifies the mode of backup performed by TLiteDump.
Unit
LiteDump
Syntax
TLiteDumpMode = (dmAll, dmData, dmSchema);
Values
| Value | Meaning |
|
dmAll |
Backup of schema objects and table data is performed. The default value. |
|
dmData |
Backup of table data only is performed. |
|
dmSchema |
Backup of schema only is performed. |