Table table |
The Table table allows you to retrieve information about the Tables that are available to you via TDE.
This topic contains the following sections:
When you write templates that access this table, follow these requirements:
Specify the Symbolic Name for the table version to use:
TableID = Table-1.0
Specify an Intent that this table supports:
[Filter] Id(ExtId) = Equals(Id1) # You can filter on literals or on variables from the [User] or [Calculated] sections.
[Filter] Id(ExtId) = In(["Id1","Id2","Id3"])
This list includes each column's name, which you use in expressions to retrieve data, and data type, which defines how the data is retrieved.
Column | Data Type | Description |
---|---|---|
Id | Id | (primary key) The ID of the table. |
Name | Text | (Telogis key) The name of the table. |
SupportedOperations | Set<EnumType> | (read-only) The operations that the table supports. Values: Create, Retrieve, Update, Delete. |