Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

SATable Structure


Use this structure to represent the logical table in the Subject Area. This structure is used in the MetadataService Service. Table 26 lists the fields in this structure.

Table 26. 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 BI Answers.

String description

Specifies the description of the table name.

SAColumn[] columns

Specifies an array of the table's columns. For information about the SAColumn structure, read SAColumn Structure.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.