| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLGEN, 6 of 13
This function generates the XML document and returns it as a CLOB.
DBMS_XMLGEN.getXML (ctx IN ctxHandle, dtdOrSchema IN number := NONE)RETURN clob;
Table 71-6 shows the parameters for the getXML function.
| Parameter | Description |
|---|---|
|
|
The context handle obtained from the newContext call. |
|
|
The Boolean to indicate generation of either a DTD or a schema. |
A temporary CLOB containing the document.
You must free the temporary CLOB obtained from this function using the DBMS_LOB.FREETEMPORARY call.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|