Class
GomCommandBuilder
unstable since: 1.0
Instance methods
gom_command_builder_build_count
Builds a new command that will count the number of rows matching the current query parameters.
unstable since: 1.0
gom_command_builder_build_create
Builds a list of GomCommand
to update the table for the
resource_type associated with builder
up to version
.
unstable since: 1.0
gom_command_builder_build_delete
Builds a new GomCommand
to delete the rows matching the current query params.
unstable since: 1.0
gom_command_builder_build_insert
Builds a new GomCommand
that will insert the parameters of the resource
into the underlying database.
unstable since: 1.0
gom_command_builder_build_select
Builds a GomCommand
that will select all the rows matching the current
query params.
unstable since: 1.0
gom_command_builder_build_update
Builds a new GomCommand
that will update the contents stored for resource
in the underlying database.
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