Compartir a través de


Método getByte (int)

Recupera el valor del parámetro designado como un valor byte según el índice del parámetro.

Sintaxis

public byte getByte(int index)

Parámetros

index

Un valor int que indica el índice del parámetro.

Valor devuelto

Un valor byte .

Excepciones

SQLServerException

Notas

El método getByte es especificado por el método getByte en la interfaz java.sql.CallableStatement.

Vea también

Referencia

Clase SQLServerCallableStatement

Conceptos

Método getByte (SQLServerCallableStatement)
Miembros SQLServerCallableStatement