setBytes 方法 (SQLServerPreparedStatement)
将指定参数设置为给定的字节数组。
语法
public final void setBytes(int n,
byte[] x)
参数
n
指示参数编号的 int。
x
字节数组。
例外
备注
此 setBytes 方法是由 java.sql.PreparedStatement 接口中的 setBytes 方法指定的。
将指定参数设置为给定的字节数组。
public final void setBytes(int n,
byte[] x)
n
指示参数编号的 int。
x
字节数组。
此 setBytes 方法是由 java.sql.PreparedStatement 接口中的 setBytes 方法指定的。