| title | updateSQLXML Method (java.lang.String, java.sql.SQLXML) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| ms.assetid | 60021881-ef83-499b-9977-e20ff23c1312 | |
| caps.latest.revision | 8 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | craigg |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.SQLXML value.
public void updateSQLXML(java.lang.String columnLabel,
java.sql.SQLXML xmlObject)
columnLabel
A String that indicates the column label.
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