GdaClient

Name

GdaClient -- 

Synopsis



struct      GdaClientPrivate;
GdaClient*  gda_client_new                  (void);
GdaConnection* gda_client_open_connection   (GdaClient *client,
                                             const gchar *dsn,
                                             const gchar *username,
                                             const gchar *password);
const GList* gda_client_get_connection_list (GdaClient *client);
GdaConnection* gda_client_find_connection   (GdaClient *client,
                                             const gchar *dsn,
                                             const gchar *username,
                                             const gchar *password);
void        gda_client_close_all_connections
                                            (GdaClient *client);

Description

Details

struct GdaClientPrivate

struct GdaClientPrivate;


gda_client_new ()

GdaClient*  gda_client_new                  (void);


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);