List Connectables (connectableList)
The connectableList command lists the connectable objects that have been created in the specified version of the model.
ttGridAdmin connectableList [-latest|-current|-version n]
[-dbdef]Options
The connectableList command has the options:
| Option | Description |
|---|---|
|
|
Lists connectable objects in the latest model—the model being modified and not yet applied to the grid. This is the default. |
|
|
Lists connectable objects in the current model—the model most recently applied to the grid. |
|
|
Lists connectable objects in the specified version number of the model. |
|
|
Also lists the name of the database definition associated with each connectable object. |
Examples
This example lists connectables and the associated database definitions from the model most recently applied to the grid.
% ttGridAdmin connectableList -current -dbdef Connectable DbDef --------------- ----------- database1 database1 database1client database1
Only database1client was created by the user. A direct connectable is also automatically defined for each user-created database definition.