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_db | Database to export. |
in_cli_conf | Configuration parameters for the exporter. |
in_tables | List of tables to export. |
- Returns:
- The exporter returns an object. The nature of the object can be anything.
- Exceptions:
-
The documentation for this class was generated from the following file: