libgda-5.0
Description:
Content:
Namespaces:
- Gda -
Interfaces:
Classes:
Structs:
Enums:
Error domains:
Constants:
Delegates:
- public delegate void AttributesManagerFunc (string att_name, Value value, void* data)
- public delegate void AttributesManagerSignal (Object obj, string att_name, Value value, void* data)
- public delegate void ServerProviderAsyncCallback (ServerProvider provider, Connection cnc, uint task_id, bool result_status, Error error, void* data)
- public delegate void ServerProviderExecCallback (ServerProvider provider, Connection cnc, uint task_id, Object result_obj, Error error, void* data)
- public delegate 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, void* data)
- public delegate void ThreadWrapperVoidFunc (void* arg) throws Error
Methods:
- public string alphanum_to_text (string text)
- public 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, owned Statement? insert_stmt, owned Statement? update_stmt, owned Statement? delete_stmt) throws Error
- public weak DataHandler data_handler_get_default (Type for_type)
- public void dsn_split (string string, string out_dsn, string out_username, string out_password)
- public Type g_type_from_string (string str)
- public unowned string g_type_to_string (Type type)
- public bool identifier_equal (string id1, string id2)
- public uint identifier_hash (string id)
- public void log_disable ()
- public void log_enable ()
- public bool log_is_enabled ()
- 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 bool rewrite_statement_for_null_parameters (Statement stmt, Set @params, owned Statement? out_stmt) throws Error
- public bool rfc1738_decode (string string)
- public string rfc1738_encode (string string)
- public Statement select_alter_select_for_empty (Statement stmt) throws Error
- public string sql_identifier_quote (string id, Connection? cnc, ServerProvider? prov, bool meta_store_convention, bool force_quotes)
- public string[] sql_identifier_split (string id)
- public SqlOperatorType sql_operation_operator_from_string (string op)
- public unowned string sql_operation_operator_to_string (SqlOperatorType op)
- public Binary string_to_binary (string? str)
- public Blob string_to_blob (string str)
- public string text_to_alphanum (string text)
- public bool utility_check_data_model_v (DataModel model, Type[] types)
- public bool utility_data_model_dump_data_to_xml (DataModel model, unowned Node* parent, int[]? cols, int[]? 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, unowned Node* node, SList<DataModel> sources) throws Error
- public int value_compare (Value value1, Value value2)
- public int value_differ (Value value1, Value value2)
- public string value_stringify (Value value)