updateBlob 方法 (int, java.io.InputStream)
使用指定输入流更新指定列。
语法
public void updateBlob(int columnIndex,
java.io.InputStream inputStream)
parameters
columnIndex
指示列索引的 int 。
inputStream
InputStream 对象。
例外
备注
此 updateBlob 方法是由 java.sql.ResultSet 接口中的 updateBlob 方法指定的。
另请参阅
updateBlob 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类