updateBlob Method (SQLServerResultSet)

Updates the designated column with a java.sql.Blob value.

Overload List

Name Description

updateBlob (int, java.sql.Blob)

Updates the designated column with a java.sql.Blob value given the column index.

updateBlob (java.lang.String, java.sql.Blob)

Updates the designated column with a java.sql.Blob value given the column name.

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members