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 TestStatistics
Main. 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 void
HsqldbExecutor. register(OptionsParser optionsParser)
Register the HSQL DB executor with the command-line options.static void
NoExecutor. register(OptionsParser execOptions)
Register the NoExecutor with the execution options.static void
PostgresExecutor. register(OptionsParser optionsParser)
Register the postgres-specific command-line options with the execution options.
-