Compartir a través de


getRef Method (int)

Retrieves the value of the designated parameter as a Ref object in the Java programming language given the parameter index.

public java.sql.Ref getRef(int i)

Parámetros

i

An int that indicates the parameter index.

Valor devuelto

A Ref object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

getRef Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members