setBoolean Method (SQLServerPreparedStatement)

Sets the designated parameter to the given boolean value.

public final void setBoolean(int n,
                             boolean x)

매개 변수

n

An int that indicates the parameter number.

x

A boolean value, either true or false.

예외

SQLServerException

주의

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

참고

참조

SQLServerPreparedStatement Class

개념

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members