Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gda.Statement

Class Gda.Statement

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaStatement
Class : Statement
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
Method
Gda.compute_dml_statements (Connection cnc, Statement select_stmt, Boolean require_pk, Statement insert_stmt, Statement update_stmt, Statement delete_stmt) : Boolean
Gda
Method
Gda.compute_select_statement_from_update (Statement update_stmt) : Gda.SqlStatement
Gda
Method
Gda.select_alter_select_for_empty (Statement stmt) : Gda.Statement
Gda.Batch
Method
add_statement (Statement stmt) : none
Add stmt to the list of statements managed by batch.
Gda.Batch
Method
remove_statement (Statement stmt) : none
Removes stmt from the list of statements managed by batch.
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_prepare (Statement stmt) : Boolean
Ask the database accessed through the cnc connection to prepare the usage of stmt.
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.Connection
Method
add_prepared_statement (Statement gda_stmt, PStmt prepared_stmt) : none
Declares that prepared_stmt is a prepared statement object associated to gda_stmt within the connection (meaning the connection increments the reference counter of prepared_stmt).
Gda.Connection
Method
del_prepared_statement (Statement gda_stmt) : none
gda_connection_add_prepared_statement() does.
Gda.Connection
Method
get_prepared_statement (Statement gda_stmt) : Gda.PStmt
Retrieves a pointer to an object representing a prepared statement for gda_stmt within cnc.
Gda.DataSelect
Property
delete_stmt : Gda.Statement
Gda.DataSelect
Property
insert_stmt : Gda.Statement
Gda.DataSelect
Property
select_stmt : Gda.Statement read only
Gda.DataSelect
Property
update_stmt : Gda.Statement
Gda.DataSelect
Method
set_modification_statement (Statement mod_stmt) : Boolean
Gda.PStmt
Method
set_gda_statement (Statement stmt) : none
Gda.PStmt
Method
get_gda_statement () : Gda.Statement
Gda.RepetitiveStatement
Property
statement : Gda.Statement
Gda.RepetitiveStatement
Method
new Gda.RepetitiveStatement.c_new (Statement stmt) : Gda.RepetitiveStatement
Create a new Gda.RepetitiveStatement
Gda.SqlBuilder
Method
get_statement () : Gda.Statement
Gda.SqlParser
Method
parse_string (String sql, Object out_values) : Gda.Statement
contains more than one statement, then the remaining part of the string is not parsed at all, and remain (if not NULL) will point at the first non parsed character.
Gda.TreeMgrSelect
Property
statement : Gda.Statement
Gda.TreeMgrSelect
Method
new Gda.TreeMgrSelect.c_new (Connection cnc, Statement stmt, Set params) : Gda.TreeMgrSelect
Create a new Gda.TreeMgrSelect
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:06 GMT+0800 (HKT)