Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

Feedback

GetXML (OraObject, OraRef)

Applies To

OraObject

OraRef

Description

Generates an XML document based on the contents of the OraObject.

Arguments

metadata_type Possible values are ORAXML_DTD, ORAXML_XMLSCHEMA, or Null. The default value for this property is Null, which means that no metadata is included.

Usage
 
XMLstring = oraobject.GetXML(metadata_type)

Remarks

This method returns a string containing the XML document. This method would typically be used to fetch the document associated with a REF given in another XML document (see OraDatabase.FetchOraRef and OraDynaset.GetXML)