Method
TsparqlSparqlCursorget_variable_name
Declaration [src]
const gchar*
tracker_sparql_cursor_get_variable_name (
TrackerSparqlCursor* cursor,
gint column
)
Description [src]
Retrieves the name of the given column
.
This name will be defined at the SPARQL query, either
implicitly from the names of the variables returned in
the resultset, or explicitly through the AS ?var
SPARQL syntax.