| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLQUERY, 12 of 29
This procedure specifies the case of the generated XML tags.
DBMS_XMLQUERY.setTagCase (ctxHdl IN ctxType, tCase IN NUMBER);
Table 72-12 shows the parameters of the setTagCase procedure.
| Parameter | Description |
|---|---|
|
|
The context handle. |
|
|
The case of the tag (that is, 0-as Is, 1-lower, 2-upper). |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|