Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.18 KB

File metadata and controls

30 lines (24 loc) · 1.18 KB
title updateSQLXML Method (SQLServerResultSet) | 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 abe8ff37-72e5-4ec1-a226-6b68dbf2c1b4
author David-Engel
ms.author v-daenge

updateSQLXML Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a SQLXML value.

Overload List

Name Description
updateSQLXML Method (int, java.sql.SQLXML) Updates the designated column with a SQLXML value.
updateSQLXML Method (java.lang.String, java.sql.SQLXML) Updates the designated column with a SQLXML value.

See Also

SQLServerResultSet Members
SQLServerResultSet Class