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(boolean exit, PrintStream out, PrintStream err, String... argv)static voidmain(String[] argv)
-
-
-
Method Detail
-
main
public static void main(String[] argv) throws IOException
- Throws:
IOException
-
execute
public static int execute(boolean exit, PrintStream out, PrintStream err, String... argv) throws IOException- Throws:
IOException
-
-