c
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
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, gint32 start, gint32 end) : Array
Gda
Method
Gda.compute_dml_statements (Connection cnc, Statement select_stmt, gboolean require_pk, Statement insert_stmt, Statement update_stmt, Statement delete_stmt) : gboolean
Gda
Method
Gda.compute_unique_table_row_condition_with_cnc (Connection cnc, SqlStatementSelect stsel, MetaTable mtable, gboolean require_pk) : Gda.SqlExpr
Gda
Method
Gda.delete_row_from_table (Connection cnc, String table, String condition_column_name, Value condition_value) : gboolean
Gda
Method
Gda.execute_non_select_command (Connection cnc, String sql) : gint32
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) : gboolean
Gda
Method
Gda.parse_sql_string (Connection cnc, String sql, Object out_values) : Gda.Statement
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, gboolean meta_store_convention, gboolean 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) : gboolean
Gda.DataSelect
Property
connection : Gda.Connection
Gda.DataSelect
Method
get_connection () : Gda.Connection
Gda.HandlerString
Method
Gda.HandlerString.new_with_provider (ServerProvider prov, Connection cnc) : Gda.DataHandler
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
create_operation (Connection cnc, ServerOperationType type, Set options) : Gda.ServerOperation
Gda.ServerProvider
Method
create_parser (Connection cnc) : Gda.SqlParser
Gda.ServerProvider
Method
escape_string (Connection cnc, String str) : String
Gda.ServerProvider
Method
get_data_handler_dbms (Connection cnc, String for_type) : Gda.DataHandler
Gda.ServerProvider
Method
get_data_handler_default (Connection cnc, Number type, String dbms_type) : Gda.DataHandler
Gda.ServerProvider
Method
get_data_handler_g_type (Connection cnc, Number for_type) : Gda.DataHandler
Gda.ServerProvider
Method
get_default_dbms_type (Connection cnc, Number type) : String
Gda.ServerProvider
Method
get_server_version (Connection cnc) : String
Gda.ServerProvider
Method
handler_declare (DataHandler dh, Connection cnc, Number g_type, String dbms_type) : none
Gda.ServerProvider
Method
handler_find (Connection cnc, Number g_type, String dbms_type) : Gda.DataHandler
Gda.ServerProvider
Method
perform_operation (Connection cnc, ServerOperation op) : gboolean
Gda.ServerProvider
Method
perform_operation_default (Connection cnc, ServerOperation op) : gboolean
Gda.ServerProvider
Method
render_operation (Connection cnc, ServerOperation op) : String
Gda.ServerProvider
Method
string_to_value (Connection cnc, String string, Number preferred_type, String dbms_type) : GObject.Value
Gda.ServerProvider
Method
supports_feature (Connection cnc, ConnectionFeature feature) : gboolean
Gda.ServerProvider
Method
supports_operation (Connection cnc, ServerOperationType type, Set options) : gboolean
Gda.ServerProvider
Method
unescape_string (Connection cnc, String str) : String
Gda.ServerProvider
Method
value_to_sql_string (Connection cnc, Value from) : String
Gda.SqlStatement
Method
check_validity (Connection cnc) : gboolean
Gda.SqlStatement
Method
normalize (Connection cnc) : gboolean
Gda.Statement
Signal
checked (Statement self, Connection object, gboolean p0) : none
Gda.Statement
Method
check_validity (Connection cnc) : gboolean
Gda.Statement
Method
normalize (Connection cnc) : gboolean
Gda.Statement
Method
to_sql_extended (Connection cnc, Set params, StatementSqlFlag flags, Object out_values) : String
Gda.TreeMgrColumns
Property
connection : Gda.Connection
Gda.TreeMgrColumns
Method
new Gda.TreeMgrColumns.c_new (Connection cnc, String schema, String table_name) : Gda.TreeManager
Create a new Gda.TreeMgrColumns
Gda.TreeMgrSchemas
Property
connection : Gda.Connection
Gda.TreeMgrSchemas
Method
new Gda.TreeMgrSchemas.c_new (Connection cnc) : Gda.TreeManager
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.TreeManager
Create a new Gda.TreeMgrSelect
Gda.TreeMgrTables
Property
connection : Gda.Connection
Gda.TreeMgrTables
Method
new Gda.TreeMgrTables.c_new (Connection cnc, String schema) : Gda.TreeManager
Create a new Gda.TreeMgrTables
Gda.XaTransaction
Method
register_connection (Connection cnc, String branch) : gboolean
Gda.XaTransaction
Method
unregister_connection (Connection cnc) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:45 GMT+0800 (HKT)