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

Description

Details

struct GdaClientPrivate

struct GdaClientPrivate;


gda_client_new ()

GdaClient*  gda_client_new                  (void);

Returns : 


gda_client_open_connection ()

GdaConnection* gda_client_open_connection   (GdaClient *client,
                                             const gchar *dsn,
                                             const gchar *username,
                                             const gchar *password);

client : 
dsn : 
username : 
password : 
Returns : 


gda_client_get_connection_list ()

const GList* gda_client_get_connection_list (GdaClient *client);

client : 
Returns : 


gda_client_find_connection ()

GdaConnection* gda_client_find_connection   (GdaClient *client,
                                             const gchar *dsn,
                                             const gchar *username,
                                             const gchar *password);

client : 
dsn : 
username : 
password : 
Returns :