Connection
Object Hierarchy:
Description:
[ CCode ( type_id = "tracker_sparql_connection_get_type ()" ) ]
[ GIR ( name = "SparqlConnection" ) ]
public abstract class Connection : Object
[ GIR ( name = "SparqlConnection" ) ]
public abstract class Connection : Object
Namespace: Tracker.Sparql
Package: tracker-sparql-3.0
Content:
Static methods:
- public static Connection @new (ConnectionFlags flags, File? store, File? ontology, Cancellable? cancellable = null) throws Error
- public static Connection bus_new (string service_name, string? object_path, DBusConnection? dbus_connection = null) throws Error
- public static async Connection bus_new_async (string service_name, string? object_path, DBusConnection? dbus_connection = null, Cancellable? cancellable = null) throws Error
- public static async Connection new_async (ConnectionFlags flags, File? store, File? ontology, Cancellable? cancellable = null) throws Error
- public static Connection remote_new (string uri_base)
Creation methods:
- protected Connection ()
Methods:
- public void close ()
- public async bool close_async (Cancellable? cancellable = null) throws Error
- public Batch create_batch ()
- public Notifier? create_notifier ()
- public async bool deserialize_async (DeserializeFlags flags, RdfFormat format, string default_graph, InputStream stream, Cancellable? cancellable = null) throws Error
- public unowned NamespaceManager get_namespace_manager ()
- public Statement? load_statement_from_gresource (string resource_path, Cancellable? cancellable = null) throws Error
- public void map_connection (string handle_name, Connection service_connection)
- public Cursor query (string sparql, Cancellable? cancellable = null) throws Error
- public async Cursor query_async (string sparql, Cancellable? cancellable = null) throws Error
- public Statement? query_statement (string sparql, Cancellable? cancellable = null) throws Error
- public async InputStream serialize_async (SerializeFlags flags, RdfFormat format, string query, Cancellable? cancellable = null) throws Error
- public void update (string sparql, Cancellable? cancellable = null) throws Error
- public async bool update_array_async (string sparql, int sparql_length, Cancellable? cancellable = null) throws Error
- public async void update_async (string sparql, Cancellable? cancellable = null) throws Error
- public Variant update_blank (string sparql, Cancellable? cancellable = null) throws Error
- public async Variant update_blank_async (string sparql, Cancellable? cancellable = null) throws Error
- public bool update_resource (string? graph, Resource resource, Cancellable? cancellable = null) throws Error
- public async bool update_resource_async (string? graph, Resource resource, Cancellable? cancellable = null) throws Error
- public Statement? update_statement (string sparql, Cancellable? cancellable = null) throws Error
Inherited Members:
All known members inherited from class GLib.Object