|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DumpFileManager.CompressionMethod | |
---|---|
net.sourceforge.jdbdump.dump |
Uses of DumpFileManager.CompressionMethod in net.sourceforge.jdbdump.dump |
---|
Methods in net.sourceforge.jdbdump.dump that return DumpFileManager.CompressionMethod | |
---|---|
static DumpFileManager.CompressionMethod |
DumpFileManager.CompressionMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DumpFileManager.CompressionMethod[] |
DumpFileManager.CompressionMethod.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in net.sourceforge.jdbdump.dump with parameters of type DumpFileManager.CompressionMethod | |
---|---|
void |
DumpFileManager.exportDump(Dump dump,
java.io.File file,
DumpFileManager.CompressionMethod compress)
Saves a backup of the database represented in the dump object into the specified file. |
void |
PlainTextFileManager.exportDump(Dump dump,
java.io.File file,
DumpFileManager.CompressionMethod compress)
Saves a backup of the database represented in the dump object into the specified file. |
void |
BinaryFileManager.exportDump(Dump dump,
java.io.File file,
DumpFileManager.CompressionMethod compress)
Saves a backup of the database represented in the dump object into the specified file. |
Dump |
DumpFileManager.importDump(java.io.File file,
DumpFileManager.CompressionMethod compress)
Loads the database structure as a Dump object from the specified file. |
Dump |
PlainTextFileManager.importDump(java.io.File file,
DumpFileManager.CompressionMethod compress)
Loads the database structure as a Dump object from the specified file. |
Dump |
BinaryFileManager.importDump(java.io.File file,
DumpFileManager.CompressionMethod compress)
Loads the database structure as a Dump object from the specified file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |