updateBlob 方法 (int, java.sql.Blob)

下载 JDBC 驱动程序

使用 java.sql.Blob 值更新指定列。

语法

  
public void updateBlob(int index,  
                       java.sql.Blob x)  

参数

index

指示列索引的 int 。

x

Blob 对象。

例外

SQLServerException

备注

此 updateBlob 方法是由 java.sql.ResultSet 接口中的 updateBlob 方法指定的。

另请参阅

updateBlob 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类