Skip to content

Files

Latest commit

 

History

History
27 lines (21 loc) · 1.44 KB

getsqlxml-method-sqlserverresultset.md

File metadata and controls

27 lines (21 loc) · 1.44 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
getSQLXML Method (SQLServerResultSet)
getSQLXML Method (SQLServerResultSet)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

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