Class
GomSqliteCursor
Instance methods
Methods inherited from GomCursor (19)
gom_cursor_close
Advance the cursor by one row.
gom_cursor_dup_column_bytes
Gets the column data as bytes.
gom_cursor_exhaust
Advance the cursor until it is exhausted and close it.
gom_cursor_get_capabilities
No description available.
gom_cursor_get_column
No description available.
gom_cursor_get_column_boolean
No description available.
gom_cursor_get_column_by_name
No description available.
gom_cursor_get_column_double
No description available.
gom_cursor_get_column_int64
No description available.
gom_cursor_get_column_name
No description available.
gom_cursor_get_column_null
No description available.
gom_cursor_get_column_string
No description available.
gom_cursor_get_count
No description available.
gom_cursor_get_n_columns
No description available.
gom_cursor_is_closed
No description available.
gom_cursor_materialize
Materializes a new GomEntity using the values from the cursor.
gom_cursor_next
Advance the cursor by one row.
gom_cursor_rewind
Rewind the cursor to the beginning.
gom_cursor_snapshot
Snapshots the current cursor values into a GomRecord.
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.