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