根据给定的参数索引检索指定参数的值作为 boolean 值。

语法

public boolean getBoolean(int index)

参数

index

指示参数索引的 int 值。

返回值

boolean 值。

异常

注释

getBoolean 方法由 java.sql.CallableStatement 接口中的 getBoolean 方法指定。

请参阅