updateBlob 方法 (int, java.sql.Blob)
使用 java.sql.Blob 值,更新指定的資料行。
語法
public void updateBlob(int index,
java.sql.Blob x)
參數
index
指出資料行索引的 int。
x
Blob 物件。
例外狀況
備註
這個 updateBlob 方法是由 java.sql.ResultSet 介面中的 updateBlob 方法指定。
另請參閱
updateBlob 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別