Uses of Package
de.fesenmeyer.dbnormalizer.core.dbaccess

Packages that use de.fesenmeyer.dbnormalizer.core.dbaccess
de.fesenmeyer.dbnormalizer.core The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. 
de.fesenmeyer.dbnormalizer.core.algorithms Package which provides the several algorithms implemented by DBNormalizer. 
de.fesenmeyer.dbnormalizer.core.dbaccess Package containing database access code and utility methods. 
de.fesenmeyer.dbnormalizer.gui The top-level package of the GUI, which is implemented in Swing. 
 

Classes in de.fesenmeyer.dbnormalizer.core.dbaccess used by de.fesenmeyer.dbnormalizer.core
DBException
          Exception which can be thrown if something goes wrong when accessing a DB.
 

Classes in de.fesenmeyer.dbnormalizer.core.dbaccess used by de.fesenmeyer.dbnormalizer.core.algorithms
DataSet
          Class which provides saving a SQL-ResultSet in a matrix consisting of rows and columns.
DBException
          Exception which can be thrown if something goes wrong when accessing a DB.
 

Classes in de.fesenmeyer.dbnormalizer.core.dbaccess used by de.fesenmeyer.dbnormalizer.core.dbaccess
DBConnectionManager
          Singleton class to create, get and remove SQuirreL-DB connections.
DBException
          Exception which can be thrown if something goes wrong when accessing a DB.
 

Classes in de.fesenmeyer.dbnormalizer.core.dbaccess used by de.fesenmeyer.dbnormalizer.gui
DataSet
          Class which provides saving a SQL-ResultSet in a matrix consisting of rows and columns.