DBVIEW
org::dbtools::adapter Namespace Reference

Detailed Description

This package contains base classes for add-ons' adapters.

An add-on may be a data source loader (for mysql, postgresql, oracle,...), or an output writer (for GraphViz...).

Add-ons contain a list of pre-defined adaptors.

  • All data source loaders contain the same set of add-ons.
  • All output writers contain the same set of add-ons.
Remarks:
Output writers are divided into groups. Currently, there is only one defined group: Output writers that produce representations of relations between tables. But it is possible to create new groups. For example, we could create a new type of output writers that produce representations on joins (between fields).