setBlob 方法 (SQLServerPreparedStatement)

下載 JDBC 驅動程式

將指定的參數設定為所指定 Blob 物件。

語法

  
public final void setBlob(int i,  
                          java.sql.Blob x)  

參數

i

int,指出參數編號。

x

Blob 物件。

例外狀況

SQLServerException

備註

這個 setBlob 方法是由 java.sql.PreparedStatement 介面中的 setBlob 方法指定。

另請參閱

SQLServerPreparedStatement 成員
SQLServerPreparedStatement 類別