-U |
Update and create objects in the database.
If you use -U , the generated SQL statements update the IBM DB2 database definition. Otherwise, SQL statements are generated but not executed. If you are working with critical data, do not use the update mode without first examining the DDL. Instead, the preferred method is to direct the output to a file that you can examine, edit if necessary, and issue the command to the database through the SQL utility. |
-q |
Quiet mode. Do not echo DDL to stdout. |
-a |
Positioning mode. Start at:
dataarea [systemcode] [filename]
If you use the -a option, you can start the utility at a specific system code or file. |
-o |
Offline mode. The command is run without connecting to the database. |
-R |
Rebuild; drop objects before creating.
If you do not specify either the -R or -D option, output is generated to create tables and indexes. |
-D |
Drop objects only.
If you do not specify either the -R or -D option, output is generated to create tables and indexes. |
-T |
Affect table objects only.
If you do not specify the -T or -I option, output is generated for both tables and indexes. |
-I |
Affect index objects only.
If you do not specify the -T or -I option, output is generated for both tables and indexes. If you do not specify either the -R or -D option, output is generated to create tables and indexes. |
-E |
Affect text index objects only. Use with the -I option. |
-S |
Generate DDL into files by system codes:
dbname.systemcode.ddl
|
-V |
Print the utility version. |
-G |
Affect trigger objects only. |
-B |
Affect non-native objects only.
Cannot be used with the -U option, but requires the -T and/or -I options.
The default parameter combination is -BTI . |
-W |
Affect native view objects only.
Cannot be used with -U or any other object type option. |
-X |
Affect non-native view objects only.
Cannot be used with -U or any other object type option. |