Name
GdaClient -- Database client access
Description
This class is the main entry point for libgda client applications. It provides
the way by which client applications open connections.
Details
gda_client_open_connection ()
GdaConnection* gda_client_open_connection (GdaClient *client,
const gchar *dsn,
const gchar *username,
const gchar *password); |
gda_client_get_connection_list ()
const GList* gda_client_get_connection_list (GdaClient *client); |
gda_client_find_connection ()
GdaConnection* gda_client_find_connection (GdaClient *client,
const gchar *dsn,
const gchar *username,
const gchar *password); |
gda_client_close_all_connections ()
void gda_client_close_all_connections
(GdaClient *client); |