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

QueryResults Structure


Use this structure to specify query details during query execution.This structure is used in the XMLViewService Service (in the executeXMLQuery method). Table 17 lists the fields in this structure.

Table 17. QueryResults Structure Fields
Fields
Description

String rowset

Specifies the rowset XML encoded in the string.

String queryID

Specifies the unique ID of the query, which can be used in fetchNext calls.

boolean finished

If set to TRUE, then there are no more rows to return. If set to FALSE, then another fetchNext call is needed to return more rows.

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