Option H. Schemas
The Schemas (ADB21H) panel displays the schemas in the Db2 catalog.
To display the Schemas (ADB21H) panel, on the System Catalog (ADB21) panel, select option H.
Panel columns
This panel includes the following columns:
- S
- An input field where you can enter one of the line commands that are listed on the panel.
- Schema
- The schema of the objects.
- No. Tables
- The number of tables that are defined in this schema.
- No. Indexs
- The number of indexes that are defined in this schema.
- No. Views
- The number of views that are defined in this schema.
- No. Aliass
- The number of aliases that are defined in this schema.
- No. Types
- The number of distinct data types that are defined in this schema.
- No. Funcs
- The number of user-defined functions and implicitly-defined functions that are defined in this schema.
- No. Procs
- The number of stored procedures that are defined in this schema.
- No. Trig
- The number of table triggers that are defined in this schema.
- No. Seqs
- The number of sequences that are defined in this schema.
- No. Vars
- The number of variables that are defined in this schema.
Panel line commands
The following line commands are valid on this panel:
- T
- Display the tables in the schema.
- X
- Display the indexes in the schema.
- V
- Display the views in the schema.
- AL
- Display the aliases in the schema.
- E
- Display the data types in the schema.
- F
- Display the functions in the schema.
- J
- Display the triggers in the schema.
- O
- Display the procedures in the schema.
- A
- Display schema authorizations.
- GR
- Grant privileges on the schema.
- GEN
- Generate DDL for the schema. The number of objects processed by GEN might not match the number of objects displayed. For example, functions with CAST_FUNCTION=Y are not processed by GEN.
- REP
- Generate a report from the Db2 catalog.
- Q
- Display the sequences in the schema.
- GV
- Display the global variables in the schema.
- CP
- Set copy privileges.