Condividi tramite


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)

Parametri

sCol

A String that contains the parameter name.

Valore restituito

A byte value.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members