| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLGEN, 8 of 13
This procedure sets the maximum number of rows to fetch from the SQL query result for every invokation of the getXML call.
DBMS_XMLGEN.setMaxRows (ctx IN ctxHandle, maxRows IN NUMBER);
Table 71-8 shows the parameters of the setMaxRows procedure.
| Parameter | Description |
|---|---|
|
|
The context handle corresponding to the query executed. |
|
|
The maximum number of rows to get per call to |
Closes all resources associated with this handle. After closing the context, you cannot use the handle for any other DBMS_XMLGEN function call.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|