setBytes Method (SQLServerPreparedStatement)

Sets the designated parameter to the given array of bytes.

public final void setBytes(int n,
                           byte[] x)

매개 변수

n

An int that indicates the parameter number.

x

An array of bytes.

예외

SQLServerException

주의

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

참고

참조

SQLServerPreparedStatement Class

개념

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members