Condividi tramite


getSQLXML Method (int)

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

Nota

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

public final java.sql.SQLXML getSQLXML(int parameterIndex)

Parametri

parameterIndex

An int that indicates the parameter index.

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