ConvertTraceFile

Convert a trace file to a java class. This is required because the find command truncates lines.

Methods
static void main(String[] args)
The command line interface for this tool.
void run(String[] args)

static void main(String[] args) throws SQLException

The command line interface for this tool. The options must be split into strings like this: "-traceFile", "test.trace.db",... Options are case sensitive. The following options are supported:
  • -help or -? (print the list of options)
  • -traceFile filename (the default is test.trace.db)
  • -script filename (the default is test.sql)
  • -javaClass className (the default is Test)


Parameters:
args - the command line arguments
Throws:
Exception

void run(String[] args) throws SQLException