Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

dbtran_userlist_type enumeration [Table of Contents] Chapter 4:  ODBC Programming

[-] Chapter 3: The Database Tools Interface
[-] DBTools enumeration types
[-] dbunload type enumeration


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
};

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


dbtran_userlist_type enumeration [Table of Contents] Chapter 4:  ODBC Programming