The type of unload being performed, as used by the an_unload_db structure.
enum Unload
Unload both data and schema.
Unload data. Do not unload schema. Equivalent to dbunload -d option.
No data. Unload schema only. Equivalent to dbunload -n option.
No data. Include LOAD/INPUT statements in reload script. Equivalent to dbunload -nl option.
No data. Objects will be output ordered by name.