update_statement


Description:

[ Version ( since = "3.5" ) ]
public Statement 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.

Parameters:

this

A `TrackerSparqlConnection`

sparql

The SPARQL update

cancellable

Optional [type@Gio.Cancellable]

Returns:

A prepared statement