c
Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gda.Set

Class Gda.Set

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaSet
Class : Set
Subclasses: Gda.DataModelIter
Extends: GObject.Object
Properties
Properties Defined By
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.Connection
Method
async_statement_execute (Statement stmt, Set params, StatementModelUsage model_usage, Array col_types, gboolean need_last_insert_row) : guint32
Gda.Connection
Method
batch_execute (Batch batch, Set params, StatementModelUsage model_usage) : Array
Gda.Connection
Method
create_operation (ServerOperationType type, Set options) : Gda.ServerOperation
Gda.Connection
Method
statement_execute (Statement stmt, Set params, StatementModelUsage model_usage, Object out_values) : GObject.Object
Gda.Connection
Method
statement_execute_non_select (Statement stmt, Set params, Object out_values) : gint32
Gda.Connection
Method
statement_execute_select (Statement stmt, Set params) : Gda.DataModel
Gda.Connection
Method
statement_execute_select_full (Statement stmt, Set params, StatementModelUsage model_usage, Array col_types) : Gda.DataModel
Gda.Connection
Method
statement_to_sql (Statement stmt, Set params, StatementSqlFlag flags, Object out_values) : String
Gda.DataModel
Method
export_to_file (DataModelIOFormat format, String file, Array cols, gint32 nb_cols, Array rows, gint32 nb_rows, Set options) : gboolean
Gda.DataModel
Method
export_to_string (DataModelIOFormat format, Array cols, gint32 nb_cols, Array rows, gint32 nb_rows, Set options) : String
Gda.DataModel
Method
import_from_file (String file, Object cols_trans, Set options) : gboolean
Gda.DataModel
Method
import_from_string (String string, Object cols_trans, Set options) : gboolean
Gda.DataModelImport
Property
options : Gda.Set
Gda.DataModelImport
Method
Gda.DataModelImport.new_file (String filename, gboolean random_access, Set options) : Gda.DataModel
Gda.DataModelImport
Method
Gda.DataModelImport.new_mem (String data, gboolean random_access, Set options) : Gda.DataModel
Gda.DataSelect
Property
exec_params : Gda.Set
Gda.RepetitiveStatement
Method
append_set (Set values, gboolean make_copy) : gboolean
Gda.RepetitiveStatement
Method
get_template_set (Set set) : gboolean
Gda.ServerProvider
Method
create_operation (Connection cnc, ServerOperationType type, Set options) : Gda.ServerOperation
Gda.ServerProvider
Method
supports_operation (Connection cnc, ServerOperationType type, Set options) : gboolean
Gda.Statement
Method
rewrite_for_default_values (Set params, gboolean remove) : Gda.SqlStatement
Gda.Statement
Method
to_sql_extended (Connection cnc, Set params, StatementSqlFlag flags, Object out_values) : String
Gda.TreeMgrSelect
Property
params : Gda.Set
Gda.TreeMgrSelect
Method
new Gda.TreeMgrSelect.c_new (Connection cnc, Statement stmt, Set params) : Gda.TreeManager
Create a new Gda.TreeMgrSelect
Gdaui.BasicForm
Method
new Gdaui.BasicForm.c_new (Set data_set) : Gtk.Widget
Create a new Gdaui.BasicForm
Gdaui.BasicForm
Method
new Gdaui.BasicForm.in_dialog (Set data_set, Window parent, String title, String header) : Gtk.Widget
Create a new Gdaui.BasicForm
Gdaui.BasicForm
Method
get_data_set () : Gda.Set
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:46 GMT+0800 (HKT)