| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLQUERY, 6 of 29
This procedure sets the tag to be used to enclose the XML element corresponding to a database record.
DBMS_XMLQUERY.setRowTag (ctxHdl IN ctxType, tag IN VARCHAR2);
Table 72-6 shows the parameters of the setRowTag procedure.
| Parameter | Description |
|---|---|
|
|
The context handle. |
|
|
The tag name. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|