| title | updateSQLXML Method (int, java.sql.SQLXML) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| ms.assetid | b5170751-fbe1-433b-96f5-4f237ba55f60 | |
| caps.latest.revision | 8 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard |
[!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