gda-config
Name
gda-config -- Functions to access the underlying configuration database
Synopsis
#define GDA_CONFIG_SECTION_DATASOURCES
#define GDA_CONFIG_SECTION_LAST_CONNECTIONS
#define GDA_CONFIG_SECTION_LOG
#define GDA_CONFIG_KEY_MAX_LAST_CONNECTIONS
gchar* gda_config_get_string (const gchar *path);
gint gda_config_get_int (const gchar *path);
gdouble gda_config_get_float (const gchar *path);
gboolean gda_config_get_boolean (const gchar *path);
void gda_config_set_string (const gchar *path,
const gchar *new_value);
void gda_config_set_int (const gchar *path,
gint new_value);
void gda_config_set_float (const gchar *path,
gdouble new_value);
void gda_config_set_boolean (const gchar *path,
gboolean new_value);
void gda_config_remove_section (const gchar *path);
void gda_config_remove_key (const gchar *path);
gboolean gda_config_has_section (const gchar *path);
gboolean gda_config_has_key (const gchar *path);
void gda_config_commit (void);
void gda_config_rollback (void);
GList* gda_config_list_sections (const gchar *path);
GList* gda_config_list_keys (const gchar *path);
void gda_config_free_list (GList *list);
#define GDA_PROVIDER_TYPE (srv)
#define GDA_PROVIDER_NAME (srv)
#define GDA_PROVIDER_COMMENT (srv)
#define GDA_PROVIDER_LOCATION (srv)
#define GDA_PROVIDER_REPO_ID (srv)
#define GDA_PROVIDER_USERNAME (srv)
#define GDA_PROVIDER_HOSTNAME (srv)
#define GDA_PROVIDER_DOMAIN (srv)
#define GDA_PROVIDER_DSN_PARAMS (srv)
GdaProvider* gda_provider_new (void);
GdaProvider* gda_provider_copy (GdaProvider *provider);
void gda_provider_free (