is_bound


Description:

public bool is_bound (int column)

Returns whether the given column has a bound value in the current row.

This may not be the case through e.g. the `OPTIONAL { }` SPARQL syntax.

Parameters:

this

a `TrackerSparqlCursor`

column

column number to retrieve (first one is 0)

Returns:

a true or false.