setBytes 方法 (SQLServerPreparedStatement)
將指定的參數設定為給定的位元組陣列。
語法
public final void setBytes(int n,
byte[] x)
參數
n
int,指出參數編號。
x
位元組陣列。
例外狀況
備註
這個 setBytes 方法是由 java.sql.PreparedStatement 介面中的 setBytes 方法指定。