Contents Index dbtran_userlist_type enumeration a_validate_type enumeration

ASA Programming Guide
  The Database Tools Interface
    DBTools enumeration types

dbunload type enumeration


Function 

The type of unload being performed, as used by the an_unload_db structure.

Syntax 

enum {
UNLOAD_ALL,
UNLOAD_DATA_ONLY,
UNLOAD_NO_DATA
};

Parameters 
Value Description
UNLOAD_ALL Unload both data and schema
UNLOAD_DATA_ONLY Unload data. Do not unload schema
UNLOAD_NO_DATA Unload schema only
See also 

an_unload_db structure


Contents Index dbtran_userlist_type enumeration a_validate_type enumeration