updateBinaryStream 方法 (java.lang.String, java.io.InputStream)
使用二進位資料流值,更新指定的資料行。
語法
public void updateBinaryStream(java.lang.String columnLabel,
java.io.InputStream x)
參數
columnLabel
String,包含資料行標籤。
x
InputStream 物件。
例外狀況
備註
這個 updateBinaryStream 方法是由 java.sql.ResultSet 介面中的 updateBinaryStream 方法所指定。
使用這個方法來處理 image、text 和 ntext 等 SQL Server 資料類型,可能會影響到效能。
這個方法會透過 InputStream 物件,將位元組傳遞到選取的 SQL Server 二進位資料行,例如 binary、varbinary、varbinary(max)、image、xml 和 udt。 這個方法不支援更新字元資料行。 若要以 InputStream 更新字元資料行,請使用 updateAsciiStream 方法。
另請參閱
updateBinaryStream 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別