Package de.fesenmeyer.dbnormalizer.core.dbaccess

Package containing database access code and utility methods.

See:
          Description

Class Summary
DatabaseMetadataUtil Utility class for retrieving database information.
DataSet Class which provides saving a SQL-ResultSet in a matrix consisting of rows and columns.
DBConnectionManager Singleton class to create, get and remove SQuirreL-DB connections.
 

Exception Summary
DBException Exception which can be thrown if something goes wrong when accessing a DB.
 

Package de.fesenmeyer.dbnormalizer.core.dbaccess Description

Package containing database access code and utility methods. The classes of this package wrap JDBC and SQuirreL code.

Author:
DF