Compartir a través de


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)

Parámetros

parameterIndex

An int that indicates the parameter index.

Valor devuelto

A SQLXML object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Conceptos

getSQLXML Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members