Compartir a través de


getBytes Method (int)

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

public byte[] getBytes(int index)

Parámetros

index

An int that indicates the parameter index.

Valor devuelto

An array of byte values.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

getBytes Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members