get_boolean


Description:

public bool get_boolean (int column)

Retrieve a boolean for the current row in column.

If the row/column do not have a boolean value, the result is undefined, see [method@SparqlCursor.get_value_type].

Parameters:

this

a `TrackerSparqlCursor`

column

column number to retrieve (first one is 0)

Returns:

a boolean value.