Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.24 KB

getsqlxml-method-int-sqlserverresultset.md

File metadata and controls

41 lines (29 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
getSQLXML Method (int) (SQLServerResultSet)
getSQLXML Method (int) (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
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