Share via


getBoolean Method (int)

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

Syntax

public boolean getBoolean(int index)

Parameters

index

An int that indicates the parameter index.

Return Value

A boolean value.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerCallableStatement Class

Concepts

getBoolean Method (SQLServerCallableStatement)

SQLServerCallableStatement Members