Siebel Analytics Web Services Guide > 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 19 lists the fields in this structure.

Table 19. 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, read SAColumn Structure.

Siebel Analytics Web Services Guide