共用方式為


updateBlob Method (int, java.sql.Blob)

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

public void updateBlob(int index,
                       java.sql.Blob x)

參數

index

An int that indicates the column index.

x

A Blob object.

例外狀況

SQLServerException

備註

This updateBlob method is specified by the updateBlob method in the java.sql.ResultSet interface.

另請參閱

參考

SQLServerResultSet Class

概念

updateBlob Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members