...
- Show data in table - double-click on the table
- Bring up a simple list of the table attributes - select Show Table Attributes from the right-click menu
- Bring up a a detailed list of the table attributes - select Show Attribute Details from the right-click menu
- Create a collector for the stream - HELPDEVTODO: drag doesn't currently work drag the table onto a model view, or select Create a Collector from the right-click menu
...
Table Attributes
Table Attributes are the columns of an external TableDepending on how you call them up, database table attributes can be shown in a simple list, with only the name of each attribute, or a detailed list.
Anchor | ||||
---|---|---|---|---|
|
...
Detailed table attributes list
There are two forms of the Table Attribute list:
- Detailed list - Shows the attribute name plus other (database specific) details
- Simple list - Just shows the attribute names
In both cases the lists show all the attributes for the selected Table.The list below gives the column headers returned for an Oracle database. See Oracle documentation for more details.the detailed table attributes list, the following fields are shown for each attribute:
Field | Description |
---|---|
TABLENAME | The name of the table. |
COLUMNID |
The internal id for the column. | |
COLUMNNAME | The name of the attribute |
DATATYPE | The |
data type. | |
CHARLENGTH | For character types, the column length in characters (not necessarily the same as the length in bytes depending on character sets). |
DATAPRECISION | For numeric types, the data precision. |
DATASCALE | For numeric types, the data scale. |
NULLABLE |
...
Whether or not the column allows null values. | |
DEFAULTLENGTH | The default length of the column. |
Table attribute actions
The following actions are possible from a Table Attribute table attribute list:
...
HELPDEVTODO: this currently not working in new gui
- You can select several attributes and dragging drag them onto a modelling pane creates , to create a Database Collector which is linked to the original Datasource. The Collector will be set up to fetch just the selected columns and all the table dataread the selected fields from that table.