Share via


setClob Method (int, java.sql.Clob)

Sets the designated parameter to the given Clob object.

public final void setClob(int parameterIndex,
                          java.sql.Clob clobValue)

매개 변수

parameterIndex

An int that indicates the parameter number.

clobValue

A Clob object.

예외

SQLServerException

주의

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

참고

참조

SQLServerPreparedStatement Class

개념

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members