Class

GomSqliteCursor

Description

final class Gom.SqliteCursor : Gom.Cursor
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GomSqliteCursor ancestor_0 GomCursor ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Instance methods

gom_sqlite_cursor_get_sql

Gets the SQL used to create the cursor, if available.

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.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gom.SqliteCursor:statement
No description available.

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.

Class structure

struct GomSqliteCursorClass {
  /* no available fields */
}

No description available.