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
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
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
create_operation (ServerOperationType type, Set options) : Gda.ServerOperation
Creates a new GdaServerOperation object which can be modified in order to perform the type type of action.
Gda.Connection
Method
batch_execute (Batch batch, Set params, StatementModelUsage model_usage) : Array
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
statement_to_sql (Statement stmt, Set params, StatementSqlFlag flags, Object out_values) : String
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
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
statement_execute_non_select (Statement stmt, Set params, Object out_values) : Number
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
import_from_string (String string, Object cols_trans, Set options) : Boolean
Loads the data from string into model.
Gda.DataModel
Method
import_from_file (String file, Object cols_trans, Set options) : Boolean
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
new Gda.DataModelImport.mem (String data, Boolean random_access, Set options) : Gda.DataModelImport
Create a new Gda.DataModelImport
Gda.DataSelect
Property
exec_params : Gda.Set
Gda.RepetitiveStatement
Method
get_template_set (Set set) : Boolean
Gda.RepetitiveStatement
Method
append_set (Set values, Boolean make_copy) : Boolean
Gda.ServerProvider
Method
supports_operation (Connection cnc, ServerOperationType type, Set options) : Boolean
Gda.ServerProvider
Method
create_operation (Connection cnc, ServerOperationType type, Set options) : Gda.ServerOperation
Gda.Statement
Method
to_sql_extended (Connection cnc, Set params, StatementSqlFlag flags, Object out_values) : String
Renders stmt as an SQL statement, with some control on how it is rendered.
Gda.TreeMgrSelect
Property
params : Gda.Set
Gda.TreeMgrSelect
Method
new Gda.TreeMgrSelect.c_new (Connection cnc, Statement stmt, Set params) : Gda.TreeMgrSelect
Create a new Gda.TreeMgrSelect
Gdaui.BasicForm
Method
new Gdaui.BasicForm.c_new (Set data_set) : Gdaui.BasicForm
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:06 GMT+0800 (HKT)