Sets the designated parameter to the given array of byte values.
语法
public void setBytes(java.lang.String sCol,
byte[] b)参数
sCol
A String that contains the parameter name.
b
An array of byte values.
异常
备注
This setBytes method is specified by the setBytes method in the java.sql.CallableStatement interface.