DBVIEW
org.dbview.addons.output.table.dotMedium.Exporter Class Reference
Inheritance diagram for org.dbview.addons.output.table.dotMedium.Exporter:
Collaboration diagram for org.dbview.addons.output.table.dotMedium.Exporter:

List of all members.

Public Member Functions

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

Detailed Description

This class implements the adapter that generates the DOT specification file for the add-on that produces medium DOT (GraphViz) representations.

Author:
Denis BEURIVE

Definition at line 41 of file Exporter.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, inherited]

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
Object org.dbview.addons.output.table.dotMedium.Exporter.export ( Database  in_db,
Element  in_cli_conf,
ArrayList< Table in_tables 
) throws Exception

This method produces a detailed DOT representation of the database.

Parameters:
in_dbDatabase to export.
in_cli_confConfiguration parameters for the exporter.
in_tablesList of tables to export. You may specify all the tables of the database, or a subset of tables.
Returns:
The exporter returns a string. This string is the DOT's representation of the given set of tables.
Exceptions:
Exception

Definition at line 52 of file Exporter.java.


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