DBVIEW
org.dbview.output_addons.AbstractExporter Class Reference
Inheritance diagram for org.dbview.output_addons.AbstractExporter:

List of all members.

Public Member Functions

abstract Object export (Database in_db, Element in_cli_conf, ArrayList< Table > in_tables) throws Exception

Detailed Description

This class represents the exporter adaptor for output add-ons.

Author:
Denis BEURIVE

Definition at line 33 of file AbstractExporter.java.


Member Function Documentation

abstract Object org.dbview.output_addons.AbstractExporter.export ( Database  in_db,
Element  in_cli_conf,
ArrayList< Table >  in_tables 
) throws Exception [pure virtual]

This method generates a representation of the database, from the internal representation.

Parameters:
in_dbDatabase to export.
in_cli_confConfiguration parameters for the exporter.
in_tablesList of tables to export.
Returns:
The exporter returns an object. The nature of the object can be anything.
Exceptions:
Exception

The documentation for this class was generated from the following file: