updateBlob 方法 (int, java.io.InputStream)

下載 JDBC 驅動程式

使用指定的輸入資料流,更新指定的資料行。

語法

  
public void updateBlob(int columnIndex,  
                       java.io.InputStream inputStream)  

參數

columnIndex

指出資料行索引的 int

inputStream

InputStream 物件。

例外狀況

SQLServerException

備註

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

另請參閱

updateBlob 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別