Sets the designated parameter to the given array of byte values.

public void setBytes(java.lang.String sCol,
                     byte[] b)

Parameters

sCol

A string that contains the parameter name.

b

An array of byte values.

Exceptions

SQLServerException

Remarks

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

See Also