共用方式為


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