Class
SeagullStatement
since: 0.3
Description [src]
final class Seagull.Statement : GObject.Object
implements Gio.Initable {
/* No available fields */
}
A wrapper around sqlite3_stmt to make it easier to work with named parameters.
Available since: 0.3
Instance methods
seagull_statement_column_boolean
Gets the value of a column from the current result of a statement.
unstable since: 0.6
seagull_statement_column_double
Gets the value of a column from the current result of a statement.
since: 0.3
seagull_statement_column_enum
Gets the value of a column from the current result of a statement.
since: 0.5
seagull_statement_column_flags
Gets the value of a column from the current result of a statement.
since: 0.5
seagull_statement_column_int
Gets the value of a column from the current result of a statement.
since: 0.3
seagull_statement_column_object
Updates the properties of any object based on the current result of a statement.
since: 0.3
seagull_statement_column_text
Gets the value of a column from the current result of a statement.
since: 0.3
Methods inherited from GInitable (1)
g_initable_init
Initializes the object implementing the interface.
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.