Class
GomAdapter
unstable since: 1.0
Instance methods
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_open_async
Opens the database pointed to by uri
. uri
can be in any format understood
by SQLite. See
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
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