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