Condividi tramite


getBytes Method (java.lang.String)

Retrieves the value of the designated parameter as an array of bytes value given the parameter name.

public byte[] getBytes(java.lang.String sCol)

Parametri

sCol

A String that contains the parameter name.

Valore restituito

An array of byte values.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members