Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.13 KB

setsqlxml-method-sqlserverpreparedstatement.md

File metadata and controls

42 lines (29 loc) · 1.13 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
setSQLXML Method (SQLServerPreparedStatement)
setSQLXML Method (SQLServerPreparedStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

setSQLXML Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified SQLXML object.

Syntax

  
public final void setSQLXML(int parameterIndex,  
                            java.sql.SQLXML xmlObject)  

Parameters

parameterIndex

An int that indicates the parameter index.

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.PreparedStatement interface.

See Also

SQLServerPreparedStatement Members