Freigeben über


setBytes Method (SQLServerCallableStatement)

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

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

Parameter

sCol

A String that contains the parameter name.

b

An array of byte values.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerCallableStatement Class

Konzepte

SQLServerCallableStatement Methods
SQLServerCallableStatement Members