Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.51 KB

File metadata and controls

30 lines (24 loc) · 1.51 KB
title getSQLXML 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 a07e0f30-cbc6-4ad7-b931-c30cad382e64
author David-Engel
ms.author v-daenge

getSQLXML Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a SQLXML object.

Overload List

Name Description
getSQLXML Method (int) (SQLServerResultSet) Retrieves the value of a designated column in the current row of the SQLServerResultSet object as a SQLXML object.
getSQLXML Method (java.lang.String) Retrieves the value of a designated column in the current row of the SQLServerResultSet object as a SQLXML object.

See Also

SQLServerResultSet Members
SQLServerResultSet Class