Class

GomAdapter

unstable since: 1.0

Description

class Gom.Adapter : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 1.0

Ancestors

Constructors

gom_adapter_new
No description available.

unstable since: 1.0

Instance methods

gom_adapter_close_async
No description available.

unstable since: 1.0

gom_adapter_close_finish
No description available.

unstable since: 1.0

gom_adapter_close_sync
No description available.

unstable since: 1.0

gom_adapter_execute_sql

This is a helper function to make simple execution of SQL easier. It is primarily meant for things like “BEGIN;” and “COMMIT;”.

unstable since: 1.0

gom_adapter_get_handle

Fetches the sqlite3 structure used by the adapter.

unstable since: 1.0

gom_adapter_open_async

Opens the database pointed to by uri. uri can be in any format understood by SQLite. See http://www.sqlite.org/c3ref/open.html for details.

unstable since: 1.0

gom_adapter_open_finish
No description available.

unstable since: 1.0

gom_adapter_open_sync
No description available.

unstable since: 1.0

gom_adapter_queue_read

Queues a callback to be executed within the SQLite thread. The callback is expected to perform reads only.

unstable since: 1.0

gom_adapter_queue_write

Queues a callback to be executed within the SQLite thread. The callback can perform reads and writes.

unstable since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct GomAdapterClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.