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, 8 of 13


setMaxRows Procedure

This procedure sets the maximum number of rows to fetch from the SQL query result for every invokation of the getXML call.

Syntax

DBMS_XMLGEN.setMaxRows (

ctx  IN ctxHandle,
maxRows  IN NUMBER);

Parameters

Table 71-8 shows the parameters of the setMaxRows procedure.

Table 71-8 SET_MAX_ROWS Procedure
Parameter  Description 

ctx (IN) 

The context handle corresponding to the query executed. 

maxRows (IN) 

The maximum number of rows to get per call to getXML. 

Usage Notes

Closes all resources associated with this handle. After closing the context, you cannot use the handle for any other DBMS_XMLGEN function call.


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