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


setSkipRows Procedure

This procedure skips a given number of rows before generating the XML output for every call to the getXML routine.

Syntax

DBMS_XMLGEN.setSkipRows (

ctx  IN ctxHandle,
skipRows  IN NUMBER);

Parameters

Table 71-9 shows the parameters of the setSkipRows procedure.

Table 71-9 setSkipRows Procedure Parameters
Parameter  Description 

ctxHandle (IN) 

The context handle corresponding to the query executed. 

skipRows (IN) 

The number of rows to skip per call to getXML. 

Usage Notes

You can use the skipRows parameter when generating paginated results for stateless Web pages using this utility. For example, when generating the first page of XML or HTML data, you can set skipRows to zero. For the next set, you can set the skipRows to the number of rows that you got in the first case.


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