DB2®Xml Members

Represents the Db2® XML data type. The following tables list the members exposed by the DB2Xml class.

Public Fields

Field Description
public field Null Null value for DB2Xml.

Public Properties

Property Description
public property CacheData Indicate if the data stored in the DB2Xml object's instance is to be cached.
public property IsNull Gets a value that indicates if the value stored in the DB2Xml structure is null.

Public Methods

Method Description
public method GetBytes Returns a UTF-8 byte array representing the contents of the DB2Xml object instance.
public method GetString Returns a UTF-16 string representing the contents of the DB2Xml object instance.
public method GetXmlReader Returns an XmlReader for the contents of the DB2Xml object instance.