| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLGEN, 3 of 13
This procedure sets the name of the element separating all the rows. The default name is ROW.
DBMS_XMLGEN.setRowTag (ctx IN ctxHandle, rowTag IN VARCHAR2);
Table 71-3 shows the parameters of the setRowTag procedure.
| Parameter | Description |
|---|---|
|
|
The context handle obtained from the newContext call. |
|
|
The name of the |
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.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|