GnomeDbExport

Name

GnomeDbExport -- Database export widget

Synopsis



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

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBox
                     +----GtkVBox
                           +----GnomeDbExport

Description

Details

struct GnomeDbExportPrivate

struct GnomeDbExportPrivate;


gnome_db_export_new ()

GtkWidget*  gnome_db_export_new             (void);

Create a new GnomeDbExport widget. This widget is just a frontend to the GdaExport object provided in libgda, which lets you easily add database exporting to your GNOME applications.


gnome_db_export_get_pool ()

GdaConnectionPool* gnome_db_export_get_pool (GnomeDbExport *exp);

Return the GdaConnectionPool object being used by the given GnomeDbExport widget


gnome_db_export_set_pool ()

void        gnome_db_export_set_pool        (GnomeDbExport *exp,
                                             GdaConnectionPool *pool);

Associate a GdaConnectionPool object with the given GnomeDbExport widget. By doing this, you force the GnomeDbExport widget to use that connection pool to get the connections it needs, and also reusing the ones that are already open on the connection pool