[ Version ( since = "3.5" ) ]
public SparqlStatement update_statement (string sparql, Cancellable? cancellable = null) throws Error
Prepares the given `INSERT`/`DELETE` SPARQL as a [class@SparqlStatement].
This prepared statement can be executed through the [method@SparqlStatement.update] family of functions.
| this |
A `TrackerSparqlConnection` |
| sparql |
The SPARQL update |
| cancellable |
Optional [type@Gio.Cancellable] |
|
A prepared statement |