| java.lang.Object org.continuent.sequoia.controller.backup.backupers.DerbyEmbeddedBackuper
DerbyEmbeddedBackuper | public class DerbyEmbeddedBackuper implements Backuper(Code) | | This class defines a Backuper for Apache Derby databases.
Supported URLs are jdbc:derby:PathToDerbyDatabase[;options]
The Backuper itself does not take any option. It simply dumps the Derby
directory into a zip file.
author: Emmanuel Cecchet version: 1.0 |
Method Summary | |
public Date | backup(DatabaseBackend backend, String login, String password, String dumpName, String path, ArrayList tables) | public void | deleteDump(String path, String dumpName) | public void | fetchDump(DumpTransferInfo dumpTransferInfo, String path, String dumpName) | public String | getDumpFormat() | public String | getOptions() | public void | restore(DatabaseBackend backend, String login, String password, String dumpName, String path, ArrayList tables) | public void | setOptions(String options) | public DumpTransferInfo | setupDumpServer() |
DerbyEmbeddedBackuper | public DerbyEmbeddedBackuper()(Code) | | Creates a new DerbyEmbeddedBackuper object
|
|
|