| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLQUERY, 8 of 29
This procedure sets the name of the id attribute of the row enclosing the tag. Passing NULL or an empty string for the tag omits the row id attribute.
DBMS_XMLQUERY.setRowIdAttrName (ctxHdl IN ctxType, attrName IN VARCHAR2);
Table 72-8 shows the parameters of the setRowIdAttrName procedure.
| Parameter | Description |
|---|---|
|
|
The context handle. |
|
|
The attribute name. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|