Creates a new GdaExport object, which allows you to easily add
exporting functionality to your programs.
It works by first having a GdaConnection object associated
to it, and then allowing you to retrieve information about all
the objects present in the database, and also to add/remove
those objects from a list of selected objects.
When you're done, you just run the export (gda_export_run), first
connecting to the different signals that will let you be
informed of the export process progress.
Creates a new GdaExport object, which allows you to easily add exporting functionality to your programs. It works by first having a GdaConnection object associated to it, and then allowing you to retrieve information about all the objects present in the database, and also to add/remove those objects from a list of selected objects. When you're done, you just run the export (gda_export_run), first connecting to the different signals that will let you be informed of the export process progress.