|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.mvstore.MVStoreTool
public class MVStoreTool
Utility methods used in combination with the MVStore.
Constructor Summary | |
---|---|
MVStoreTool()
|
Method Summary | |
---|---|
static void |
dump(java.lang.String fileName)
Read the contents of the file and write them to system out. |
static void |
dump(java.lang.String fileName,
java.io.Writer writer)
Read the contents of the file and display them in a human-readable format. |
static void |
main(java.lang.String... args)
Runs this tool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MVStoreTool()
Method Detail |
---|
public static void main(java.lang.String... args)
[-dump <dir>] | Dump the contends of the file |
args
- the command line argumentspublic static void dump(java.lang.String fileName)
fileName
- the name of the filepublic static void dump(java.lang.String fileName, java.io.Writer writer)
fileName
- the name of the filewriter
- the print writer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |