|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.common.utils.SettingsFactory<DBSpecifics>
dk.netarkivet.harvester.datamodel.DBSpecifics
dk.netarkivet.harvester.datamodel.DerbySpecifics
public abstract class DerbySpecifics
Derby-specific implementation of DB methods
Field Summary | |
---|---|
(package private) org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
DerbySpecifics()
|
Method Summary | |
---|---|
void |
dropJobConfigsTmpTable(java.sql.Connection c,
java.lang.String tableName)
Dispose of a temporary table gotten with getTemporaryTable. |
java.lang.String |
getJobConfigsTmpTable(java.sql.Connection c)
Get a temporary table for short-time use. |
Methods inherited from class dk.netarkivet.harvester.datamodel.DBSpecifics |
---|
backupDatabase, getDriverClassName, getInstance, shutdownDatabase, updateTable |
Methods inherited from class dk.netarkivet.common.utils.SettingsFactory |
---|
getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
org.apache.commons.logging.Log log
Constructor Detail |
---|
public DerbySpecifics()
Method Detail |
---|
public java.lang.String getJobConfigsTmpTable(java.sql.Connection c) throws java.sql.SQLException
getJobConfigsTmpTable
in class DBSpecifics
c
- The DB connection to use.
java.sql.SQLException
- if there is a problem getting the table.public void dropJobConfigsTmpTable(java.sql.Connection c, java.lang.String tableName)
dropJobConfigsTmpTable
in class DBSpecifics
c
- The DB connection to use.tableName
- The name of the temporary table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |