Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.2 KB

File metadata and controls

45 lines (32 loc) · 1.2 KB
title setSQLXML Method (SQLServerCallableStatement) | 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 de095cb3-1111-4154-8996-3c2e529e3000
author David-Engel
ms.author v-daenge

setSQLXML Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified SQLXML object.

Syntax

  
public final void setSQLXML(java.lang.String parameterName,  
                            java.sql.SQLXML xmlObject)  

Parameters

parameterName

An String that indicates the parameter name.

xmlObject

A SQLXML object that contains the parameter value.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerCallableStatement Members