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