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

XMLQueryOutputFormat Enumeration


This enumeration specifies a list of valid values for the executeSQLQuery() Method and executeXMLQuery() Method. For example, you might want to return data rows and metadata, or data rows only. Table 50 lists the values in this enumeration.

NOTE:  Only one of the values in XMLQueryOutputFormat can be selected.

Table 50. XMLQueryOutputFormat Enumeration Values
Values
Description

String SAWRowsetData

Specifies that the query returns only data rows.

String SAWRowsetSchema

Specifies that the query returns only metadata.

String SAWRowsetSchemaAndData

Specifies that the query returns both metadata and data rows.

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