Method

TrackerSparqlCursoris_bound

Declaration [src]

gboolean
tracker_sparql_cursor_is_bound (
  TrackerSparqlCursor* cursor,
  gint column
)

Description [src]

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

column gint
 

Column number to retrieve (first one is 0)

Return value

Returns: gboolean
 

A TRUE or FALSE.