updateBinaryStream Method (SQLServerResultSet)

Updates the designated column with a binary stream value.

Overload List

Name Description

updateBinaryStream (int, java.io.InputStream, int)

Updates the designated column with a binary stream value given the column index.

updateBinaryStream (java.lang.String, java.io.InputStream, int)

Updates the designated column with a binary stream value given the column name.

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members