Class Summary |
CompilerDatabaseService |
This class extends the class DB to serve as a collection of service and
convenience methods for the M4 compiler. |
ConfigReader |
Class to read and hold infos from the MiningMart DB configuration file. |
DB |
The class DB handles all actions which have to be executed
on the database: it makes the connect to a DB on construction and
disconnect from the database on finalization, it reads from the
metaschema and writes into it. |
DbCore |
Abstract superclass class to encapsulate most of the directly database related information.
|
DbCoreOracle |
This class provides an access to an Oracle DBMS.
|
DbCorePostgres |
This class provides an access to a PostgreSQL DBMS.
|