ResultSet.getBoolean Method

Retrieves the Boolean value of a column in the current row.

Syntax

public boolean getBoolean(int ColumnID)

Run On

Called

Parameters

  • ColumnID
    Type: int
    The column ID.

Return Value

Type: boolean
The value of a column in the current row.

See Also

Reference

ResultSet Class