SATable Structure
Use the SATable structure to represent the logical table in the Subject Area.
The SATable structure is used in the MetadataService Service.
SATable Structure Fields
Fields | Description |
---|---|
String name |
Specifies the table name that is used in SQL statements. |
String displayName |
Specifies the localized name, used in Oracle Analytics Classic. |
String description |
Specifies the description of the table name. |
SAColumn[] columns |
Specifies an array of the table's columns. |