Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >

SATable Structure


The SATable structure represents the logical table in the Subject Area. This structure is used in the MetadataService. Table 35 lists the fields in this structure.

Table 35. SATable Structure Fields
Fields
Description

String name

Table name used in SQL statements.

String displayName

Localized name, used in the Answers screen.

String description

A string to contain the description of the table name.

SAColumn columns

Collection of this table's columns. For information about the SAColumn structure, see SAColumn Structure.

Siebel Analytics Web Administration Guide