Share via


setSQLXML Method (SQLServerCallableStatement)

Sets the designated parameter to the specified SQLXML object.

참고

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

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

매개 변수

parameterName

An String that indicates the parameter name.

xmlObject

A SQLXML object that contains the parameter value.

예외

SQLServerException

주의

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

참고

개념

SQLServerCallableStatement Methods
SQLServerCallableStatement Members