Package net.hydromatic.sqllogictest
Class Main
- java.lang.Object
-
- net.hydromatic.sqllogictest.Main
-
public class Main extends Object
Execute all SqlLogicTest tests.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intexecute(OptionsParser optionParser, String... args)Execute the program using the specified command-line options.static voidmain(String[] args)Command-line entry point.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Command-line entry point.- Throws:
IOException
-
execute
public static int execute(OptionsParser optionParser, String... args) throws IOException
Execute the program using the specified command-line options.- Throws:
IOException
-
-