| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLGEN, 4 of 13
This procedure sets the name of the root element of the document. The default name is ROWSET.
DBMS_XMLGEN.setRowSetTag (ctx IN ctxHandle, rowSetTag IN VARCHAR2);
Table 71-4 shows the parameters of the setRowSetTag procedure.
| Parameter | Description |
|---|---|
|
|
The context handle obtained from the newContext call. |
|
rowSetTag (IN) |
The name of the document element. |
You can call this function to set the name of the document root element if you do not want the default ROWSET name in the output. You can also set this to NULL to suppress the printing of this element. 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.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|