Class

GomCommandBuilder

unstable since: 1.0

Description

class Gom.CommandBuilder : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 1.0

Ancestors

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gom.CommandBuilder:adapter
No description available.

unstable since: 1.0

Gom.CommandBuilder:filter
No description available.

unstable since: 1.0

Gom.CommandBuilder:limit
No description available.

unstable since: 1.0

Gom.CommandBuilder:m2m-table
No description available.

unstable since: 1.0

Gom.CommandBuilder:m2m-type
No description available.

unstable since: 1.0

Gom.CommandBuilder:offset
No description available.

unstable since: 1.0

Gom.CommandBuilder:resource-type
No description available.

unstable since: 1.0

Gom.CommandBuilder:sorting
No description available.

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

Class structure

struct GomCommandBuilderClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.