Compartir a través de


updateSQLXML Method (java.lang.String, 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(java.lang.String columnLabel,
                         java.sql.SQLXML xmlObject)

Parámetros

columnLabel

An String that indicates the column label.

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