Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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    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
databaseTableAttributesDetailedList
databaseTableAttributesDetailedList

...

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:

FieldDescription
TABLENAMEThe name of the table.
COLUMNID
Oracle's
The internal id for the column.
COLUMNNAMEThe name of the attribute
DATATYPEThe
Oracle
data type.
CHARLENGTHFor character types, the column length in characters (not necessarily the same as the length in bytes depending on character sets).
DATAPRECISIONFor numeric types, the data precision.
DATASCALEFor numeric types, the data scale.
NULLABLE
Set to "Y" if the column is nullable

...

Whether or not the column allows null values.
DEFAULTLENGTHThe 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.

See Also