GObject.Object
Midgard.QueryBuilder
Midgard.Collector
Import line: | Midgard = imports.gi.Midgard; |
GIR File: | Midgard-10.05.gir |
C documentation: | MidgardCollector |
Class : | Collector |
Extends: | Midgard.QueryBuilder |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent : Midgard.QueryBuilder
read only
|
Midgard.Collector | |
priv : Midgard.CollectorPrivate
read only
|
Midgard.Collector |
Method / Constructor | Defined By | |
---|---|---|
new Midgard.Collector
(Object properties)
Create a new Midgard.Collector
Create a new Midgard.Collector
|
||
new Midgard.Collector.c_new
(Connection mgd, String typename, String domain, Value value)
:
Midgard.Collector
Create a new Midgard.Collector
Create a new Midgard.Collector
|
||
|
Midgard.Collector | |
Midgard.Collector | ||
Midgard.Collector | ||
Cases to return FALSE:
|
Midgard.Collector | |
Midgard.Collector | ||
count
()
:
none
|
Midgard.Collector | |
end_group
()
:
Boolean
|
Midgard.Collector | |
execute
()
:
Boolean
Executes SQL query and set internal keys&values collection.
Executes SQL query and set internal keys&values collection. Overwritten MidgardQueryBuilder execute method. Unlike QB's execute method this one returns boolean value. Resultset is stored inernally by MidgardCollector instance. Cases to return FALSE:
|
Midgard.Collector | |
GData keys ( collector's subkeys ) are inserted to GData as Quarks , so you must call g_quark_to_string if you need to get strings ( e.g.
|
Midgard.Collector | |
|
Midgard.Collector | |
get_type_name
()
:
String
Returns type name of the type which is currently used by Query Builder.
Returns type name of the type which is currently used by Query Builder. This function should be used on language binding level , when internal Query Builder's instance is already created and language binding object should be instanciated. Returned type name is a pointer and is owned by GLib system. Caller shouldn't free it.
|
Midgard.QueryBuilder | |
include_deleted
()
:
Boolean
|
Midgard.Collector | |
list_keys
()
:
Array
|
Midgard.Collector | |
If third overwrite parameter is set as TRUE then all keys which exists in self and mc collector's instance will be oberwritten in self colection instance.
If third overwrite parameter is set as TRUE then all keys which exists in self and mc collector's instance will be oberwritten in self colection instance. If set as FALSE , only those keys will be added, which do not exist in self collection and exist in mc collection. Cases to return FALSE:
|
Midgard.Collector | |
Midgard.Collector | ||
Cases to return FALSE:
Cases to return FALSE:
|
Midgard.Collector | |
|
Midgard.Collector | |
set_limit
(Number limit)
:
none
|
Midgard.Collector | |
set_offset
(Number offset)
:
none
|
Midgard.Collector |
Event | Defined By | |
---|---|---|
execution_end (QueryBuilder self)
:
none
|
Midgard.QueryBuilder | |
execution_start (QueryBuilder self)
:
none
|
Midgard.QueryBuilder |