Method

TrackerSparqlStatementget_sparql

Declaration [src]

const gchar*
tracker_sparql_statement_get_sparql (
  TrackerSparqlStatement* stmt
)

Description [src]

Returns the SPARQL string that this prepared statement holds.

Return value

Type: const gchar*

The contained SPARQL query.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.