Method

GomAdapterget_handle

Declaration [src]

gpointer
gom_adapter_get_handle (
  GomAdapter* adapter
)

Description [src]

Fetches the sqlite3 structure used by the adapter.

Return value

Type: gpointer

A handle to the #sqlite3 structure. Side effects: None.

The returned data is owned by the instance.
The return value can be NULL.