共用方式為


setBlob Method (SQLServerPreparedStatement)

Sets the designated parameter to the given Blob object.

public final void setBlob(int i,
                          java.sql.Blob x)

參數

i

An int that indicates the parameter number.

x

A Blob object.

例外狀況

SQLServerException

備註

This setBlob method is specified by the setBlob method in the java.sql.PreparedStatement interface.

另請參閱

參考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members