GObject.Object
Gda.Set
Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaSet |
Class : | Set |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
description : String
|
Gda.Set | |
groups_list : Array
read only
|
Gda.Set | |
holders : void*
|
Gda.Set | |
holders : Array
read only
|
Gda.Set | |
id : String
|
Gda.Set | |
name : String
|
Gda.Set | |
nodes_list : Array
read only
|
Gda.Set | |
object : GObject.Object
read only
|
Gda.Set | |
priv : Gda.SetPrivate
read only
|
Gda.Set | |
sources_list : Array
read only
|
Gda.Set |
Method / Constructor | Defined By | |
---|---|---|
new Gda.Set
(Object properties)
Create a new Gda.Set
Create a new Gda.Set
|
||
Create a new Gda.Set
Create a new Gda.Set
|
||
Adds holder to the list of holders managed within set.
Adds holder to the list of holders managed within set. will not be added to the set (even if holder's type or value is not the same as the one already in set). with the same ID)
|
Gda.Set | |
copy
()
:
Gda.Set
Creates a new GdaSet object, copy of set
Creates a new GdaSet object, copy of set
|
Gda.Set | |
get_group
(Holder holder)
:
Gda.SetGroup
Finds a GdaSetGroup which lists a GdaSetNode containing holder, don't modify the returned structure.
Finds a GdaSetGroup which lists a GdaSetNode containing holder, don't modify the returned structure.
|
Gda.Set | |
get_holder
(String holder_id)
:
Gda.Holder
Finds a GdaHolder using its ID
Finds a GdaHolder using its ID
|
Gda.Set | |
get_holder_value
(String holder_id)
:
GObject.Value
Get the value of the GdaHolder which ID is holder_id
Get the value of the GdaHolder which ID is holder_id
|
Gda.Set | |
get_node
(Holder holder)
:
Gda.SetNode
Finds a GdaSetNode holding information for holder, don't modify the returned structure
Finds a GdaSetNode holding information for holder, don't modify the returned structure
|
Gda.Set | |
get_nth_holder
(Number pos)
:
Gda.Holder
Finds a GdaHolder using its position
Finds a GdaHolder using its position
|
Gda.Set | |
get_source
(Holder holder)
:
Gda.SetSource
Finds a GdaSetSource which contains the GdaDataModel restricting the possible values of
Finds a GdaSetSource which contains the GdaDataModel restricting the possible values of
|
Gda.Set | |
get_source_for_model
(DataModel model)
:
Gda.SetSource
Finds the GdaSetSource structure used in set for which model is a the data model (the returned structure should not be modified).
Finds the GdaSetSource structure used in set for which model is a the data model (the returned structure should not be modified).
|
Gda.Set | |
is_valid
()
:
Boolean
This method tells if all set's GdaHolder objects are valid, and if they represent a valid combination of values, as defined by rules error, then the returned value is TRUE, otherwise the return value is FALSE as soon as a signal handler returns an error.
This method tells if all set's GdaHolder objects are valid, and if they represent a valid combination of values, as defined by rules error, then the returned value is TRUE, otherwise the return value is FALSE as soon as a signal handler returns an error.
|
Gda.Set | |
merge_with_set
(Set set_to_merge)
:
none
Add to set all the holders of set_to_merge.
Add to set all the holders of set_to_merge.
|
Gda.Set | |
remove_holder
(Holder holder)
:
none
Removes a GdaHolder from the list of holders managed by set
Removes a GdaHolder from the list of holders managed by set
|
Gda.Set |
Event | Defined By | |
---|---|---|
|
Gda.Set | |
|
Gda.Set | |
public_data_changed (Set self)
:
none
|
Gda.Set | |
|
Gda.Set | |
Gda.Set |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda.Connection
Method |
Creates a new GdaServerOperation object which can be modified in order to perform the type type of action.
|
Gda.Connection
Method |
Executes all the statements contained in batch (in the order in which they were added to batch), and returns a list of GObject objects, at most one GObject for each statement; see gda_connection_statement_execute() for details about the returned objects.
|
Gda.Connection
Method |
Renders stmt as an SQL statement, adapted to the SQL dialect used by cnc
|
Gda.Connection
Method |
statement_execute
(Statement stmt, Set params, StatementModelUsage model_usage, Object out_values)
:
GObject.Object
Executes stmt.
|
Gda.Connection
Method |
Executes a selection command on the given connection.
|
Gda.Connection
Method |
statement_execute_select_full
(Statement stmt, Set params, StatementModelUsage model_usage, Array col_types)
:
Gda.DataModel
value.
|
Gda.Connection
Method |
Executes a non-selection statement on the given connection.
|
Gda.Connection
Method |
async_statement_execute
(Statement stmt, Set params, StatementModelUsage model_usage, Array col_types, Boolean need_last_insert_row)
:
Number
This method is similar to gda_connection_statement_execute() but is asynchronous as it method returns immediately with a task ID.
|
Gda.DataModel
Method |
export_to_string
(DataModelIOFormat format, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options)
:
String
Exports data contained in model to a string; the format is specified using the format argument, see the gda_data_model_export_to_file() documentation for more information about the options argument (except for the "OVERWRITE" option).
|
Gda.DataModel
Method |
export_to_file
(DataModelIOFormat format, String file, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options)
:
Boolean
Exports data contained in model to the file file; the format is specified using the format argument.
|
Gda.DataModel
Method |
Loads the data from string into model.
|
Gda.DataModel
Method |
Imports data contained in the file file into model; the format is detected.
|
Gda.DataModelImport
Property |
options : Gda.Set
|
Gda.DataModelImport
Method |
new Gda.DataModelImport.file
(String filename, Boolean random_access, Set options)
:
Gda.DataModelImport
Create a new Gda.DataModelImport
|
Gda.DataModelImport
Method |
Create a new Gda.DataModelImport
|
Gda.DataSelect
Property |
exec_params : Gda.Set
|
Gda.RepetitiveStatement
Method |
|
Gda.RepetitiveStatement
Method |
|
Gda.ServerProvider
Method |
|
Gda.ServerProvider
Method |
|
Gda.Statement
Method |
Renders stmt as an SQL statement, with some control on how it is rendered.
|
Gda.TreeMgrSelect
Property |
params : Gda.Set
|
Gda.TreeMgrSelect
Method |
Create a new Gda.TreeMgrSelect
|
Gdaui.BasicForm
Method |
Create a new Gdaui.BasicForm
|
Gdaui.BasicForm
Method |
new Gdaui.BasicForm.in_dialog
(Set data_set, Window parent, String title, String header)
:
Gdaui.BasicForm
Create a new Gdaui.BasicForm
|
Gdaui.BasicForm
Method |
get_data_set
()
:
Gda.Set
|