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

fetchNext() Method


Use this method to return the next page of rows retrieved by a query.

NOTE:  The page returned might contain zero rows. If the finished flag is not set, the remaining rows might not be available immediately.

Signature

QueryResults fetchNext(String queryID, String sessionID);

Argument
Description

String queryID

Specifies the unique ID of the query, which is returned in the QueryResults object.

String sessionID

Specifies the unique ID of the session.

Returns

Returns the next page of query results as one or more rows of data in a QueryResults structure (for more information, see QueryResults Structure).

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