setBytes Method (SQLServerPreparedStatement)
Sets the designated parameter to the given array of bytes.
public final void setBytes(int n,
byte[] x)
Parámetros
n
An int that indicates the parameter number.
x
An array of bytes.
Excepciones
Observaciones
This setBytes method is specified by the setBytes method in the java.sql.PreparedStatement interface.
Vea también
Referencia
SQLServerPreparedStatement Class
Conceptos
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members