Updates the designated column with a java.sql.SQLXML value.

Note: This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

Syntax

public void updateSQLXML(java.lang.String columnLabel,
                         java.sql.SQLXML xmlObject)

Parameters

columnLabel

An String that indicates the column label.

xmlObject

A SQLXML object.

Exceptions

SQLServerException

Remarks

This updateSQLXML method is specified by the updateSQLXML method in the java.sql.ResultSet interface.

See Also

SQLServerResultSet Class
updateSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members