Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gda.Connection

Class Gda.Connection

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaConnection
Class : Connection
Implements: Gda.Lockable
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.completion_list_get (Connection cnc, String sql, Number start, Number end) : Array
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_unique_table_row_condition_with_cnc (Connection cnc, SqlStatementSelect stsel, MetaTable mtable, Boolean require_pk) : Gda.SqlExpr
Gda
Method
Gda.delete_row_from_table (Connection cnc, String table, String condition_column_name, Value condition_value) : Boolean
Gda
Method
Gda.execute_non_select_command (Connection cnc, String sql) : Number
Gda
Method
Gda.execute_select_command (Connection cnc, String sql) : Gda.DataModel
Gda
Method
Gda.insert_row_into_table_v (Connection cnc, String table, Array col_names, Array values) : Boolean
Gda
Method
Gda.prepare_drop_table (Connection cnc, String table_name) : Gda.ServerOperation
Gda
Method
Gda.sql_identifier_quote (String id, Connection cnc, ServerProvider prov, Boolean meta_store_convention, Boolean force_quotes) : String
Gda
Method
Gda.update_row_in_table_v (Connection cnc, String table, String condition_column_name, Value condition_value, Array col_names, Array values) : Boolean
Gda.DataSelect
Property
connection : Gda.Connection
Gda.DataSelect
Method
get_connection () : Gda.Connection
Gda.HandlerString
Method
new Gda.HandlerString.with_provider (ServerProvider prov, Connection cnc) : Gda.HandlerString
Create a new Gda.HandlerString
Gda.MetaStore
Property
Gda.MetaStore
Method
Gda.MetaStore.sql_identifier_quote (String id, Connection cnc) : String
Gda.MetaStore
Method
get_internal_connection () : Gda.Connection
Gda.ServerOperation
Property
connection : Gda.Connection
Gda.ServerProvider
Method
get_server_version (Connection cnc) : String
Gda.ServerProvider
Method
supports_feature (Connection cnc, ConnectionFeature feature) : Boolean
Gda.ServerProvider
Method
get_data_handler_g_type (Connection cnc, Number for_type) : Gda.DataHandler
Gda.ServerProvider
Method
get_data_handler_dbms (Connection cnc, String for_type) : Gda.DataHandler
Gda.ServerProvider
Method
string_to_value (Connection cnc, String string, Number preferred_type, Array dbms_type) : GObject.Value
Gda.ServerProvider
Method
value_to_sql_string (Connection cnc, Value from) : String
Gda.ServerProvider
Method
get_default_dbms_type (Connection cnc, Number type) : String
Gda.ServerProvider
Method
escape_string (Connection cnc, String str) : String
Gda.ServerProvider
Method
unescape_string (Connection cnc, String str) : String
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.ServerProvider
Method
render_operation (Connection cnc, ServerOperation op) : String
Gda.ServerProvider
Method
perform_operation (Connection cnc, ServerOperation op) : Boolean
Gda.ServerProvider
Method
create_parser (Connection cnc) : Gda.SqlParser
Gda.ServerProvider
Method
perform_operation_default (Connection cnc, ServerOperation op) : Boolean
Gda.ServerProvider
Method
get_data_handler_default (Connection cnc, Number type, String dbms_type) : Gda.DataHandler
Gda.ServerProvider
Method
handler_find (Connection cnc, Number g_type, String dbms_type) : Gda.DataHandler
Gda.ServerProvider
Method
handler_declare (DataHandler dh, Connection cnc, Number g_type, String dbms_type) : none
Gda.SqlStatement
Method
check_validity (Connection cnc) : Boolean
Gda.SqlStatement
Method
normalize (Connection cnc) : Boolean
Gda.Statement
Signal
checked (Statement self, Connection object, Boolean p0) : none
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.Statement
Method
check_validity (Connection cnc) : Boolean
If cnc is not NULL then checks that every object (table, field, function) used in stmt actually exists in cnc's database If cnc is NULL, then cleans anything related to cnc in stmt.
Gda.Statement
Method
normalize (Connection cnc) : Boolean
"Normalizes" some parts of stmt, see gda_sql_statement_normalize() for more information.
Gda.TreeMgrColumns
Property
connection : Gda.Connection
Gda.TreeMgrColumns
Method
new Gda.TreeMgrColumns.c_new (Connection cnc, String schema, String table_name) : Gda.TreeMgrColumns
Create a new Gda.TreeMgrColumns
Gda.TreeMgrSchemas
Property
connection : Gda.Connection
Gda.TreeMgrSchemas
Method
new Gda.TreeMgrSchemas.c_new (Connection cnc) : Gda.TreeMgrSchemas
Create a new Gda.TreeMgrSchemas
Gda.TreeMgrSelect
Property
connection : Gda.Connection
Gda.TreeMgrSelect
Method
new Gda.TreeMgrSelect.c_new (Connection cnc, Statement stmt, Set params) : Gda.TreeMgrSelect
Create a new Gda.TreeMgrSelect
Gda.TreeMgrTables
Property
connection : Gda.Connection
Gda.TreeMgrTables
Method
new Gda.TreeMgrTables.c_new (Connection cnc, String schema) : Gda.TreeMgrTables
Create a new Gda.TreeMgrTables
Gda.XaTransaction
Method
register_connection (Connection cnc, String branch) : Boolean
Gda.XaTransaction
Method
unregister_connection (Connection cnc) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:05 GMT+0800 (HKT)