Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.24 KB

File metadata and controls

42 lines (30 loc) · 1.24 KB
title getSQLXML Method (int) (SQLServerResultSet)
description getSQLXML Method (int) (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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