gda-util
Name
gda-util -- Utility functions
Details
gda_type_to_string ()
Return the string representing the given GdaType.
gda_string_hash_to_list ()
GList* gda_string_hash_to_list (GHashTable *hash_table); |
gda_sql_replace_placeholders ()
gchar* gda_sql_replace_placeholders (const gchar *sql,
GdaParameterList *params); |
Replaces the placeholders (:name) in the given SQL command with
the values from the GdaParameterList specified as the params
argument.
gda_file_load ()
gchar* gda_file_load (const gchar *filename); |
Loads a file, specified by the given uri, and returns the file
contents as a string.
It is the caller's responsibility to free the returned value.
gda_file_save ()
gboolean gda_file_save (const gchar *filename,
const gchar *buffer,
gint len); |
Saves a chunk of data into a file.