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


useItemTagsForColl Procedure

This procedure sets the name of the collection elements. The default name for collection elements is the type name itself. Using this function, you can override the default to use the name of the column with the _ITEM tag appended to it.

Syntax

DBMS_XMLGEN.useItemTagsForColl (

ctx  IN ctxHandle);

Parameters

Table 71-11 shows the parameters of the useItemTagsForColl procedure.

Table 71-11 useItemTagsForColl Procedure Parameters
Parameter  Description 

ctx (IN) 

The context handle. 

Usage Notes

If you have a collection of NUMBER, the default tag name for the collection elements is NUMBER. Using this procedure, you can override this behavior and generate the collection column name with the _ITEM tag appended to it.


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