Compartir a través de


Método setByte (SQLServerCallableStatement)

Establece el parámetro designado para el valor byte determinado.

Sintaxis

public void setByte(java.lang.String sCol,
                    byte b)

Parámetros

sCol

Un String que contiene el nombre del parámetro.

b

Un valor byte .

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

Clase SQLServerCallableStatement

Conceptos

Miembros SQLServerCallableStatement