The type of unload being performed, as used by the an_unload_db structure.
enum { UNLOAD_ALL, UNLOAD_DATA_ONLY, UNLOAD_NO_DATA, UNLOAD_NO_DATA_FULL_SCRIPT }; |
Value | Description |
---|---|
UNLOAD_ALL | Unload both data and schema. |
UNLOAD_DATA_ONLY | Unload data. Do not unload schema. Equivalent to dbunload -d option. |
UNLOAD_NO_DATA | No data. Unload schema only. Equivalent to dbunload -n option. |
UNLOAD_NO_DATA_FULL_SCRIPT | No data. Include LOAD/INPUT statements in reload script. Equivalent to dbunload -nl option. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |