updateSQLXML Method (java.lang.String, java.sql.SQLXML)

Download JDBC driver

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

Syntax

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

Parameters

columnLabel

A 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

updateSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class