Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

Interface Gda.DataModel

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaDataModel
Interface : DataModel
Implementations: Gda.DataAccessWrapper, Gda.DataModelArray, Gda.DataModelBdb, Gda.DataModelDir, Gda.DataModelDsnList, Gda.DataModelImport, Gda.DataProxy, Gda.DataSelect
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gda
Method
Gda.execute_select_command (Connection cnc, String sql) : Gda.DataModel
Gda
Method
Gda.utility_data_model_dump_data_to_xml (DataModel model, Node parent, Object out_values, Number nb_cols, Number rows, Number nb_rows, Boolean use_col_ids) : Boolean
Gda.Config
Method
Gda.Config.list_dsn () : Gda.DataModel
Get a GdaDataModel representing all the configured DSN, and keeping itself up to date with the changes in the declared DSN.
Gda.Config
Method
Gda.Config.list_providers () : Gda.DataModel
Get a GdaDataModel representing all the installed database providers.
Gda.Connection
Method
statement_execute_select (Statement stmt, Set params) : Gda.DataModel
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
get_meta_store_data_v (ConnectionMetaType meta_type, Array filters) : Gda.DataModel
see gda_connection_get_meta_store_data for freeing the returned model using g_object_unref().
Gda.DataAccessWrapper
Property
model : Gda.DataModel
Gda.DataAccessWrapper
Method
new Gda.DataAccessWrapper.c_new (DataModel model) : Gda.DataAccessWrapper
Create a new Gda.DataAccessWrapper
Gda.DataComparator
Property
new_model : Gda.DataModel
Gda.DataComparator
Property
old_model : Gda.DataModel
Gda.DataComparator
Method
new Gda.DataComparator.c_new (DataModel old_model, DataModel new_model) : Gda.DataComparator
Create a new Gda.DataComparator
Gda.DataModelIter
Property
data_model : Gda.DataModel
Gda.DataModelIter
Property
forced_model : Gda.DataModel
Gda.DataProxy
Property
model : Gda.DataModel
Gda.DataProxy
Method
new Gda.DataProxy.c_new (DataModel model) : Gda.DataProxy
Create a new Gda.DataProxy
Gda.DataProxy
Method
get_proxied_model () : Gda.DataModel
Gda.Holder
Property
source_model : Gda.DataModel
Gda.Holder
Method
set_source_model (DataModel model, Number col) : Boolean
Gda.Holder
Method
get_source_model (Object out_values) : Gda.DataModel
Gda.MetaStore
Method
modify_with_context (MetaContext context, DataModel new_data) : Boolean
Gda.MetaStore
Method
create_modify_data_model (String table_name) : Gda.DataModel
Gda.ServerProvider
Method
Gda.ServerProvider.init_schema_model (DataModel model, ConnectionSchema schema) : Boolean
Gda.ServerProvider
Method
Gda.ServerProvider.test_schema_model (DataModel model, ConnectionSchema schema) : Boolean
Gda.Set
Method
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).
Gdaui.Cloud
Property
model : Gda.DataModel
Gdaui.Cloud
Method
new Gdaui.Cloud.c_new (DataModel model, Number label_column, Number weight_column) : Gdaui.Cloud
Create a new Gdaui.Cloud
Gdaui.Combo
Property
model : Gda.DataModel
Gdaui.Combo
Method
new Gdaui.Combo.with_model (DataModel model, Number n_cols, Object out_values) : Gdaui.Combo
Create a new Gdaui.Combo
Gdaui.Combo
Method
set_model (DataModel model, Number n_cols) : Number
Gdaui.DataSelector
Method
get_model () : Gda.DataModel
Gdaui.DataSelector
Method
set_model (DataModel model) : none
Gdaui.DataStore
Method
new Gdaui.DataStore.c_new (DataModel model) : Gdaui.DataStore
Create a new Gdaui.DataStore
Gdaui.Form
Property
model : Gda.DataModel
Gdaui.Form
Method
new Gdaui.Form.c_new (DataModel model) : Gdaui.Form
Create a new Gdaui.Form
Gdaui.Grid
Property
model : Gda.DataModel
Gdaui.Grid
Method
new Gdaui.Grid.c_new (DataModel model) : Gdaui.Grid
Create a new Gdaui.Grid
Gdaui.RawForm
Property
model : Gda.DataModel
Gdaui.RawForm
Method
new Gdaui.RawForm.c_new (DataModel model) : Gdaui.RawForm
Create a new Gdaui.RawForm
Gdaui.RawGrid
Property
model : Gda.DataModel
Gdaui.RawGrid
Method
new Gdaui.RawGrid.c_new (DataModel model) : Gdaui.RawGrid
Create a new Gdaui.RawGrid
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:07 GMT+0800 (HKT)