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


setRowTag Procedure

This procedure sets the name of the element separating all the rows. The default name is ROW.

Syntax

DBMS_XMLGEN.setRowTag (

ctx  IN ctxHandle,
rowTag  IN VARCHAR2);

Parameters

Table 71-3 shows the parameters of the setRowTag procedure.

Table 71-3 setRowTag Procedure Parameters
Parameter  Description 

ctx (IN) 

The context handle obtained from the newContext call. 

rowTag (IN) 

The name of the ROW element. NULL indicates that you do not want the ROW element present. 

Usage Notes

You can call this function to set the name of the ROW element if you do not want the default ROW name to appear. You can also set this to NULL to suppress the ROW element itself. However, an error is produced if both the row and the rowset are null and there is more than one column or row in the output.


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