Uses of Class
dk.netarkivet.harvester.datamodel.DBSpecifics

Packages that use DBSpecifics
dk.netarkivet.harvester.datamodel   
 

Uses of DBSpecifics in dk.netarkivet.harvester.datamodel
 

Subclasses of DBSpecifics in dk.netarkivet.harvester.datamodel
 class DerbyEmbeddedSpecifics
          A class that implement functionality specific to the embedded Derby system.
 class DerbyServerSpecifics
          Implementation of DB-specific functions for the server-based Derby.
 class DerbySpecifics
          Derby-specific implementation of DB methods.
 class MySQLSpecifics
          MySQL-specific implementation of DB methods.
 class PostgreSQLSpecifics
          PostgreSQL-specific implementation of DB methods.
 

Methods in dk.netarkivet.harvester.datamodel that return DBSpecifics
static DBSpecifics DerbyEmbeddedSpecifics.getInstance()
          Get an instance of the Embedded Derby specifics.
static DBSpecifics PostgreSQLSpecifics.getInstance()
          Get an instance of the PostgreSQL specifics class.
static DBSpecifics DerbyServerSpecifics.getInstance()
          Get an instance of the Server Derby specifics.
static DBSpecifics DBSpecifics.getInstance()
          Get the singleton instance of the DBSpecifics implementation class.
static DBSpecifics MySQLSpecifics.getInstance()
          Get an instance of the MySQL specifics class.