A struct
is a user-defined data type formed
by combining primitive data types. This tab shows the
definitions of the structs used by the objects in the
Values
tab and the modules in the
Modules
tab.
When the Structs
tab is selected right
clicking a structure in the list opens a pop-up menu with the
options:
Order by Name
Order by Hierarchy
Order by Package
Note this pop-up menu only shows under Windows.
The default view for this tab is by package, a grouping of
elements by functionality. Double-click a package to show
related structures. Under db.mgmt
, for
example, you should see elements you are already familiar with
from the user interface, Connection
,
Driver
, and so forth. If an element can be
further decomposed, an arrow will show on it's left.
Double-click the item to reveal its constituent elements.
If you switch to the hierarchical view you'll find the
db.mgmt.driver
object under the
GRT Object
since this is the parent object
from which it is derived.
Ordering by name simply shows all the different objects arranged alphabetically.