Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

Enum Gda.StatementModelUsage

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaStatementModelUsage
Enum : StatementModelUsage
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
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_execute (Statement stmt, Set params, StatementModelUsage model_usage, Object out_values) : GObject.Object
Executes stmt.
Gda.Connection
Method
statement_execute_select_full (Statement stmt, Set params, StatementModelUsage model_usage, Array col_types) : Gda.DataModel
value.
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.Connection
Method
repetitive_statement_execute (RepetitiveStatement rstmt, StatementModelUsage model_usage, Array col_types, Boolean stop_on_error) : Array
Executes the statement upon which rstmt is built.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:10 GMT+0800 (HKT)