Export.this

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.

  1. this(GdaExport* gdaExport)
  2. this(Connection cnc)
    class Export

Parameters

cnc Connection

a GdaConnection object.

Throws

ConstructionException GTK+ fails to create the object.

Meta