Uses of Class
net.hydromatic.sqllogictest.OptionsParser
- 
Packages that use OptionsParser Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. - 
- 
Uses of OptionsParser in net.hydromatic.sqllogictest
Methods in net.hydromatic.sqllogictest with parameters of type OptionsParser Modifier and Type Method Description static TestStatisticsMain. execute(OptionsParser optionParser, String... args)Execute the program using the specified command-line options. - 
Uses of OptionsParser in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors with parameters of type OptionsParser Modifier and Type Method Description static voidHsqldbExecutor. register(OptionsParser optionsParser)Register the HSQL DB executor with the command-line options.static voidNoExecutor. register(OptionsParser execOptions)Register the NoExecutor with the execution options.static voidPostgresExecutor. register(OptionsParser optionsParser)Register the postgres-specific command-line options with the execution options. 
 -