다음을 통해 공유


getBoolean Method (java.lang.String)

Retrieves the value of the designated parameter as a boolean value given the parameter name.

public boolean getBoolean(java.lang.String sCol)

매개 변수

sCol

A String that contains the parameter name.

반환 값

A boolean value.

예외

SQLServerException

주의

This getBoolean method is specified by the getBoolean method in the java.sql.CallableStatement interface.

참고 항목

참조

SQLServerCallableStatement Class

개념

getBoolean Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members