Schema Properties
The properties defined in the Schema class are summarized in the following table.
| Property | Description | 
|---|---|
| externalDatabases | Contains a list of all external databases by name | 
| formsManagement | Contains the style of forms management | 
| jomVersion | Contains a string of the Jade Object Manager version | 
| name | Contains a string of the schema name | 
| needsReorg | Specifies if any class in the schema requires a reorganization | 
| patchVersion | Contains the patch version number | 
| superschema | Contains a reference to the superschema (parent) of the schema | 
| relationalViews | Contains a reference to the names of all relational views in the schema | 
| rpsDatabases | Contains a reference to the names of all RPS mappings in the schema | 
| text | Contains a string of the schema descriptive text | 
All properties are read-only.
            