| GNOME-DB API reference |
|---|
struct GnomeDbExportPrivate;GtkWidget * gnome_db_export_new (void);GdaConnectionPool * gnome_db_export_get_pool (GnomeDbExport *exp); void gnome_db_export_set_pool (GnomeDbExport *exp,GdaConnectionPool *pool);
GtkWidget * gnome_db_export_new (void);
Create a new GnomeDbExport widget. This widget is just a frontend
to the
| Returns : | the newly created widget |
GdaConnectionPool * gnome_db_export_get_pool (GnomeDbExport *exp);
Return the
| exp : | a GnomeDbExport widget |
| Returns : | a |
void gnome_db_export_set_pool (GnomeDbExport *exp,GdaConnectionPool *pool);
Associate a
| exp : | a GnomeDbExport widget |
| pool : | a |
| <<< GnomeDbError | GnomeDbGrid >>> |