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

下载 JDBC 驱动程序

使用指定的将有指定字节数的输入流更新指定列。

语法

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

parameters

columnIndex

指示列索引的 int 。

inputStream

InputStream 对象。

length

指示流长度的 long

例外

SQLServerException

备注

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

另请参阅

updateBlob 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类