public class ConvertTraceFile extends Tool
| Constructor and Description |
|---|
ConvertTraceFile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args)
Options are case sensitive.
|
void |
runTool(String... args)
Run the tool with the given output stream and arguments.
|
isOption, printNoDatabaseFilesFound, setOut, showUsage, throwUnsupportedOptionpublic static void main(String... args) throws SQLException
| [-help] or [-?] | Print the list of options |
| [-traceFile <file>] | The trace file name (default: test.trace.db) |
| [-script <file>] | The script file name (default: test.sql) |
| [-javaClass <file>] | The Java directory and class file name (default: Test) |
args - the command line argumentsSQLExceptionpublic void runTool(String... args) throws SQLException
ToolrunTool in class Toolargs - the argument listSQLExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.