Method

TrackerSparqlStatementget_connection

Declaration [src]

TrackerSparqlConnection*
tracker_sparql_statement_get_connection (
  TrackerSparqlStatement* stmt
)

Description [src]

Returns the TrackerSparqlConnection that this statement was created for.

Return value

Returns: TrackerSparqlConnection
 

The SPARQL connection of this statement.

 The data is owned by the instance.