Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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