Uses of Class
dk.netarkivet.archive.arcrepositoryadmin.DBSpecifics

Packages that use DBSpecifics
dk.netarkivet.archive.arcrepositoryadmin   
 

Uses of DBSpecifics in dk.netarkivet.archive.arcrepositoryadmin
 

Subclasses of DBSpecifics in dk.netarkivet.archive.arcrepositoryadmin
 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.
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that return DBSpecifics
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 DerbyEmbeddedSpecifics.getInstance()
          Get an instance of the Embedded Derby specifics.