ASA Programming Guide
The Database Tools Interface
DBTools enumeration types
The type of unload being performed, as used by the an_unload_db structure.
enum {
UNLOAD_ALL,
UNLOAD_DATA_ONLY,
UNLOAD_NO_DATA
};
Value | Description |
---|---|
UNLOAD_ALL | Unload both data and schema |
UNLOAD_DATA_ONLY | Unload data. Do not unload schema |
UNLOAD_NO_DATA | Unload schema only |