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

cancelQuery() Method


Use this method to cancel a query and clean up resources associated with the query. This method should only be used if the query row set is not scrolled to the last row in the data set returned.

NOTE:  If you use this method when the query row set is scrolled to the last row in the data set returned, query data is cleaned up during the last fetchNext method invocation.

Signature

QueryResults cancelQuery(String queryID, String sessionID);

Argument
Description

String queryID

Specifies the unique ID of the query.

String sessionID

Specifies the unique ID of the session.

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