Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.2 KB

File metadata and controls

42 lines (30 loc) · 1.2 KB
title getSQLXML Method (java.lang.String)
description getSQLXML Method (java.lang.String)
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 (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a SQLXML object given the parameter name.

Syntax

  
public final java.sql.SQLXML getSQLXML(java.lang.String parameterName)  

Parameters

parameterName

A String that indicates the parameter name.

Return Value

ASQLXMLobject.

Exceptions

SQLServerException

Remarks

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

See Also

getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Members