Uses of Class
org.jminor.common.db.AbstractDatabase

Packages that use AbstractDatabase
org.jminor.common.db.dbms   
 

Uses of AbstractDatabase in org.jminor.common.db.dbms
 

Subclasses of AbstractDatabase in org.jminor.common.db.dbms
 class DerbyDatabase
          A Database implementation based on the Derby database.
 class H2Database
          A Database implementation based on the H2 database.
 class HSQLDatabase
          A Database implementation based on the HSQL database.
 class MySQLDatabase
          A Database implementation based on the MySQL database.
 class OracleDatabase
          A Database implementation based on the Oracle database.
 class PostgreSQLDatabase
          A Database implementation based on the PostgreSQL database.
 class SQLServerDatabase
          A Database implementation based on the SQL Server (2000 or higher) database.