[ Version ( deprecated = true , deprecated_since = "3.5" ) ]
public async Variant update_blank_async (string sparql, Cancellable? cancellable = null) throws Error
Warning: update_blank_async is deprecated since 3.5.
Executes asynchronously a SPARQL update and returns the names of the generated blank nodes.
See [method@SparqlConnection.update_blank].
See the [method@SparqlConnection.update_blank] documentation to learn the differences with [method@SparqlConnection.update].
| this |
A `TrackerSparqlConnection` |
| sparql |
String containing the SPARQL update query |
| cancellable |
Optional [type@Gio.Cancellable] |
| callback |
User-defined [type@Gio.AsyncReadyCallback] to be called when the asynchronous operation is finished. |
| user_data |
User-defined data to be passed to |