Compartir a través de


updateSQLXML Method (int, java.sql.SQLXML)

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

Nota

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

public void updateSQLXML(int columnIndex,
                         java.sql.SQLXML xmlObject)

Parámetros

columnIndex

An int that indicates the column index.

xmlObject

A SQLXML object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateSQLXML Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members