SYSTEM TABLE or TABLE
|
For a child node, displays details about the following:
Columns - A list of all columns and related SQL information.
Indexes - A list of indexes in the selected table.
Primary key - A list of the primary keys defined for the selected table. This is relevant only to tables created through SQL, although it will display the components of the OpenEdge primary key.
Foreign key - A list of any foreign key restraints defined for a selected SQL table.
Preview -A subset of the records in the selected table. You can set the number of rows returned in the Preferences page.
Row count - The total number of rows in the selected table.
Note: If you have an OpenEdge database table that contains many records (over a million, for example), it is not advisable to select this panel. Since OpenEdge manually counts the records, which can take a long time, the system appears to freeze.
Privileges - A list of both table and column privileges (as a toggle).
Partition Key - A list of partition key attributes in the selected database table.
OpenEdge Table - A list of table attributes. Attributes are extracted from the _File system table.
Note: The Area and Can-* fields are available only for users who have DBA privileges.
OpenEdge Columns - A list of column attributes. Attributes are extracted from the _Field system table. The columns can be sorted in ascending or descending order by clicking the Name label.
OpenEdge Indexes - A list of index attributes.
|
VIEW
|
For a child node, displays view properties, which are column name, data type, size, decimal, default value, accept null value, and comments.
|
SEQUENCES
|
For a child node, displays the properties of the sequence, including its current value.
|
TRIGGERS
|
For a child node, displays details for a trigger, including Trigger Type, Table, Column, Event, Procedure, Overridable, and Check CRC.
|
DB DETAILS
|
Displays database properties under the Database tab. Under the Tables & Columns tab, it displays all columns from all tables and their properties sorted by table and column names. You can sort the table names in ascending or descending order by clicking the Column label.
|