Retrieves the value of the designated parameter as an array of bytes value given the parameter index.
public byte[] getBytes(int index)
Parameters
index
An integer that indicates the parameter index.
Return Value
An array of byte values.
Exceptions
Remarks
This getBytes method is specified by the getBytes method in the java.sql.CallableStatement interface.