| title | getSQLXML Method (java.lang.String) | 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 | f56b192a-3255-4215-b552-8e494fbca083 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves the value of the designated parameter as a SQLXML object given the parameter name.
public final java.sql.SQLXML getSQLXML(java.lang.String parameterName)
parameterName
A String that indicates the parameter name.
ASQLXMLobject.
This getSQLXML method is specified by the getSQLXML method in the java.sql.CallableStatement interface.
getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Members