Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaStatementModelUsage |
Enum : | StatementModelUsage |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gda.StatementModelUsage.ALLOW_NOPARAM : 8
|
|
Number Gda.StatementModelUsage.CURSOR : 6
|
|
Number Gda.StatementModelUsage.CURSOR_BACKWARD : 4
|
|
Number Gda.StatementModelUsage.CURSOR_FORWARD : 2
|
|
Number Gda.StatementModelUsage.RANDOM_ACCESS : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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 |
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.
|