GObject.Object
Gda.DataComparator
Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaDataComparator |
Class : | DataComparator |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
new_model : Gda.DataModel
|
Gda.DataComparator | |
object : GObject.Object
read only
|
Gda.DataComparator | |
old_model : Gda.DataModel
|
Gda.DataComparator | |
priv : Gda.DataComparatorPrivate
read only
|
Gda.DataComparator |
Method / Constructor | Defined By | |
---|---|---|
new Gda.DataComparator
(Object properties)
Create a new Gda.DataComparator
Create a new Gda.DataComparator
|
||
Create a new Gda.DataComparator
Create a new Gda.DataComparator
|
||
compute_diff
()
:
Boolean
Actually computes the differences between the data models for which comp is defined.
Actually computes the differences between the data models for which comp is defined. For each difference computed, stored in a GdaDiff structure, the "diff-computed" signal is emitted. If one connects to this signal and returns FALSE in the signal handler, then computing differences will be stopped and an error will be returned.
|
Gda.DataComparator | |
Gda.DataComparator | ||
get_n_diffs
()
:
Number
Get the number of differences as computed by the last time gda_data_comparator_compute_diff() was called.
Get the number of differences as computed by the last time gda_data_comparator_compute_diff() was called.
|
Gda.DataComparator | |
Defines the columns which will be used as a key when searching data.
|
Gda.DataComparator |
Event | Defined By | |
---|---|---|
|
Gda.DataComparator |