Compartir a través de


getByte Method (java.lang.String)

Retrieves the value of the designated parameter as a byte value given the parameter name.

public byte getByte(java.lang.String sCol)

Parámetros

sCol

A String that contains the parameter name.

Valor devuelto

A byte value.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members