Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.31 KB

File metadata and controls

44 lines (32 loc) · 1.31 KB
title getSQLXML Method (int) (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 faa35676-573d-48d5-afd9-850134735728
author David-Engel
ms.author v-daenge

getSQLXML Method (int) (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public final java.sql.SQLXML getSQLXML(int columnIndex)  

Parameters

columnIndex

An int that indicates the column index.

Return Value

ASQLXMLobject.

Exceptions

SQLServerException

Remarks

This getSQLXML method is specified by the getSQLXML method in the java.sql.ResultSet interface.

See Also

getSQLXML Method (SQLServerResultSet)
SQLServerResultSet Members