| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLGEN, 7 of 13
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.
DBMS_XMLGEN.getNumRowsProcessed (ctx IN ctxHandle)RETURN NUMBER;
Table 71-7 shows the parameters of the getNumRowsProcessed function
| Parameter | Description |
|---|---|
|
|
The query string, the result of which must be converted to XML. |
The number of rows processed in the last call to getXML. This does not include the number of tows skipped.
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.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|