Package de.hpi.fgis.dude.database.adapter

Provides the concrete implementations for the different database types like MySQL or DB2.

See:
          Description

Class Summary
Database Database is an abstract class that encapsulates the database related information.
DB2Database DB2Database encapsulates all the necessary information for establishing a connection to a DB2 database.
MySQLDatabase MySQLDatabase encapsulates all the necessary information for establishing a connection to a MySQL database.
OracleDatabase OracleDatabase encapsulates all the necessary information for establishing a connection to an Oracle database.
PostGreSQLDatabase PostGreSQLDatabase encapsulates all the necessary information for establishing a connection to a PostGreSQL database.
 

Package de.hpi.fgis.dude.database.adapter Description

Provides the concrete implementations for the different database types like MySQL or DB2.

See Also:
de.hpi.fgis.dude.database.adapter.db.Database


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.