| title | updateSQLXML Method (int, java.sql.SQLXML) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | b5170751-fbe1-433b-96f5-4f237ba55f60 |
| author | MightyPen |
| ms.author | genemi |
| manager | jroth |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.SQLXML value
public void updateSQLXML(int columnIndex,
java.sql.SQLXML xmlObject)
columnIndex
An int that indicates the column index.
xmlObject
A SQLXML object.
This updateSQLXML method is specified by the updateSQLXML method in the java.sql.ResultSet interface.
updateSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class