Share via


getSQLXML Method (java.lang.String)

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

Note

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

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

Parameters

parameterName

A String that indicates the parameter name.

Return Value

A SQLXML object.

Exceptions

SQLServerException

Remarks

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

See Also

Concepts

getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members