Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_XMLGEN, 7 of 13


getNumRowsProcessed Function

This function gets the number of SQL rows processed when generating the XML using the getXML call. This count does not include the number of rows skipped before generating the XML.

Syntax

DBMS_XMLGEN.getNumRowsProcessed (

ctx  IN ctxHandle)
RETURN NUMBER;

Parameters

Table 71-7 shows the parameters of the getNumRowsProcessed function

Table 71-7 getNumRowsProcessed Function Parameters
Parameter  Description 

queryString (IN) 

The query string, the result of which must be converted to XML. 

Returns

The number of rows processed in the last call to getXML. This does not include the number of tows skipped.

Usage Notes

Use this function to determine the terminating condition if you are calling getXML in a loop. Note that getXML always generates an XML document, even if there are no rows present.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback