DBA Data[Home] [Help]

SYS.AD_DBMS_METADATA dependencies on XMLTYPE

Line 159: -- RETURNS: XML metadata for the objects as an XMLType, or NULL if all

155: -- FETCH_XML: Return metadata for objects as XML documents. This version
156: -- can return multiple objects per call (when the SET_COUNT
157: -- 'value' parameter > 1).
158: -- PARAMETERS: handle - Context handle from previous OPEN call.
159: -- RETURNS: XML metadata for the objects as an XMLType, or NULL if all
160: -- objects have been fetched.
161: -- EXCEPTIONS: Throws an exception if DDL transform has been added
162:
163: FUNCTION fetch_xml (handle IN NUMBER)

Line 164: RETURN sys.XMLType;

160: -- objects have been fetched.
161: -- EXCEPTIONS: Throws an exception if DDL transform has been added
162:
163: FUNCTION fetch_xml (handle IN NUMBER)
164: RETURN sys.XMLType;
165:
166:
167: -- FETCH_DDL: Return metadata as DDL.
168: -- More than one DDL statement may be returned.