libgda-4.0
Description:
Content:
Namespaces:
-
Gda
Interfaces:
Classes:
Structs:
Enums:
Error domains:
Constants:
Delegates:
-
public delegate void AttributesManagerFunc (string att_name, Value value)
-
public delegate void AttributesManagerSignal (Object obj, string att_name, Value value)
-
public delegate void ServerProviderAsyncCallback (ServerProvider provider, Connection cnc, uint task_id, bool result_status, Error error)
-
public delegate void ServerProviderExecCallback (ServerProvider provider, Connection cnc, uint task_id, Object result_obj, Error error)
-
public delegate bool SqlForeachFunc (SqlAnyPart p1, void* p2) throws Error
-
public delegate unowned string SqlRenderingExpr (SqlExpr expr, SqlRenderingContext context, bool is_default, bool is_null) throws Error
-
public delegate unowned string SqlRenderingFunc (SqlAnyPart node, SqlRenderingContext context) throws Error
-
public delegate unowned string SqlRenderingPSpecFunc (SqlParamSpec pspec, SqlExpr expr, SqlRenderingContext context, bool is_default, bool is_null) throws Error
-
public delegate unowned string SqlRenderingValue (Value value, SqlRenderingContext context) throws Error
-
public delegate bool SqlReservedKeywordsFunc (string word)
-
public delegate void ThreadWrapperCallback (ThreadWrapper wrapper, void* instance, string signame, int n_param_values, Value param_values, void* gda_reserved)
-
public delegate void* ThreadWrapperFunc (void* arg) throws Error
-
public delegate void ThreadWrapperVoidFunc (void* arg) throws Error
-
public delegate weak TreeNode TreeManagerNodeFunc (TreeManager manager, TreeNode parent, string name)
-
public delegate unowned SList TreeManagerNodesFunc (TreeManager manager, TreeNode node, SList children_nodes, bool out_error) throws Error
-
public delegate void VConnectionHubFunc (Connection cnc, string ns)
-
public delegate unowned List VconnectionDataModelCreateColumnsFunc (VconnectionDataModelSpec p1) throws Error
-
public delegate weak DataModel VconnectionDataModelCreateFModelFunc (VconnectionDataModelSpec p1, int p2, string p3, int p4, out Value p5)
-
public delegate weak DataModel VconnectionDataModelCreateModelFunc (VconnectionDataModelSpec p1)
-
public delegate void VconnectionDataModelFunc (DataModel p1, string p2, void* p3)
-
public delegate void VconnectionDataModelParseFilterFunc (VconnectionDataModelSpec p1, VconnectionDataModelFilter p2)
Methods:
-
public unowned string alphanum_to_text (string text)
-
public unowned string completion_list_get (Connection cnc, string sql, int start, int end)
-
public bool compute_dml_statements (Connection cnc, Statement select_stmt, bool require_pk, out Statement insert_stmt, out Statement update_stmt, out Statement delete_stmt) throws Error
-
public unowned SqlStatement compute_select_statement_from_update (Statement update_stmt) throws Error
-
public unowned SqlExpr compute_unique_table_row_condition (SqlStatementSelect stsel, MetaTable mtable, bool require_pk) throws Error
-
public unowned SqlExpr compute_unique_table_row_condition_with_cnc (Connection cnc, SqlStatementSelect stsel, MetaTable mtable, bool require_pk) throws Error
-
public unowned string default_escape_string (string str)
-
public unowned string default_unescape_string (string str)
-
public bool delete_row_from_table (Connection cnc, string table, string condition_column_name, Value condition_value) throws Error
-
public void dsn_split (string str, string out_dsn, string out_username, string out_password)
-
public Quark easy_error_quark ()
-
public int execute_non_select_command (Connection cnc, string sql) throws Error
-
public weak DataModel execute_select_command (Connection cnc, string sql) throws Error
-
public Type g_type_from_string (string str)
-
public unowned string g_type_to_string (Type type)
-
public unowned string gbr_get_file_path (PrefixDir where)
-
public void gbr_init ()
-
public unowned string get_application_exec_path (string app_name)
-
public weak DataHandler get_default_handler (Type for_type)
-
public bool identifier_equal (string id1, string id2)
-
public uint identifier_hash (string id)
-
public void init ()
-
public bool insert_row_into_table (Connection cnc, string table) throws Error
-
public bool insert_row_into_table_v (Connection cnc, string table, SList col_names, SList values) throws Error
-
public void locale_changed ()
-
public void log_disable ()
-
public void log_enable ()
-
public void log_error (string format)
-
public bool log_is_enabled ()
-
public void log_message (string format)
-
public bool parse_iso8601_date (Date gdate, string value)
-
public bool parse_iso8601_time (Time timegda, string value)
-
public bool parse_iso8601_timestamp (Timestamp timestamp, string value)
-
public weak Statement parse_sql_string (Connection cnc, string sql, out Set params) throws Error
-
public bool perform_create_database (string provider, ServerOperation op) throws Error
-
public bool perform_create_table (ServerOperation op) throws Error
-
public bool perform_drop_database (string provider, ServerOperation op) throws Error
-
public bool perform_drop_table (ServerOperation op) throws Error
-
public weak ServerOperation prepare_create_database (string provider, string db_name) throws Error
-
public weak ServerOperation prepare_create_table (Connection cnc, string table_name) throws Error
-
public weak ServerOperation prepare_drop_database (string provider, string db_name) throws Error
-
public weak ServerOperation prepare_drop_table (Connection cnc, string table_name) throws Error
-
public bool rfc1738_decode (string str)
-
public unowned string rfc1738_encode (string str)
-
public weak Statement select_alter_select_for_empty (Statement stmt) throws Error
-
public Type short_get_type ()
-
public Quark sql_error_quark ()
-
public unowned string sql_identifier_add_quotes (string str)
-
public bool sql_identifier_needs_quotes (string str)
-
public unowned string sql_identifier_quote (string id, Connection cnc, ServerProvider prov, bool meta_store_convention, bool force_quotes)
-
public unowned string sql_identifier_remove_quotes (string str)
-
public unowned string sql_identifier_split (string id)
-
public unowned string sql_value_stringify (Value value)
-
public unowned Binary string_to_binary (string str)
-
public unowned Blob string_to_blob (string str)
-
public unowned string text_to_alphanum (string text)
-
public bool update_row_in_table (Connection cnc, string table, string condition_column_name, Value condition_value) throws Error
-
public bool update_row_in_table_v (Connection cnc, string table, string condition_column_name, Value condition_value, SList col_names, SList values) throws Error
-
public Type ushort_get_type ()
-
public bool utility_check_data_model (DataModel model, int nbcols)
-
public bool utility_data_model_dump_data_to_xml (DataModel model, Node parent, int cols, int nb_cols, int rows, int nb_rows, bool use_col_ids)
-
public unowned string utility_data_model_find_column_description (DataSelect model, string field_name)
-
public bool utility_holder_load_attributes (Holder holder, Node node, SList sources) throws Error
-
public int value_compare (Value value1, Value value2)
-
public Value value_copy (Value value)
-
public int value_differ (Value value1, Value value2)
-
public void value_free (Value value)
-
public unowned Binary value_get_binary (Value value)
-
public unowned Blob value_get_blob (Value value)
-
public unowned GeometricPoint value_get_geometric_point (Value value)
-
public unowned ValueList value_get_list (Value value)
-
public unowned Numeric value_get_numeric (Value value)
-
public short value_get_short (Value value)
-
public unowned Time value_get_time (Value value)
-
public unowned Timestamp value_get_timestamp (Value value)
-
public ushort value_get_ushort (Value value)
-
public bool value_is_null (Value value)
-
public bool value_is_number (Value value)
-
public Value value_new (Type type)
-
public Value value_new_binary (uchar[] val, long size)
-
public Value value_new_blob (uchar[] val, long size)
-
public Value value_new_blob_from_file (string filename)
-
public Value value_new_from_string (string as_string, Type type)
-
public Value value_new_from_xml (Node node)
-
public Value value_new_timestamp_from_timet (ulong val)
-
public void value_reset_with_type (Value value, Type type)
-
public void value_set_binary (Value value, Binary binary)
-
public void value_set_blob (Value value, Blob blob)
-
public bool value_set_from_string (Value value, string as_string, Type type)
-
public bool value_set_from_value (Value value, Value from)
-
public void value_set_geometric_point (Value value, GeometricPoint val)
-
public void value_set_list (Value value, ValueList val)
-
public void value_set_null (Value value)
-
public void value_set_numeric (Value value, Numeric val)
-
public void value_set_short (Value value, short val)
-
public void value_set_time (Value value, Time val)
-
public void value_set_timestamp (Value value, Timestamp val)
-
public void value_set_ushort (Value value, ushort val)
-
public unowned string value_stringify (Value value)
-
public void value_take_binary (Value value, Binary binary)
-
public void value_take_blob (Value value, Blob blob)
-
public unowned Node value_to_xml (Value value)