Condividi tramite


getSQLXML Method (java.lang.String)

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

Nota

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)

Parametri

parameterName

A String that indicates the parameter name.

Valore restituito

A SQLXML object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Concetti

getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members