Class SqlDriver
- java.lang.Object
-
- org.apache.flink.table.runtime.application.SqlDriver
-
public class SqlDriver extends Object
Driver to load theScriptRunner
and execute the script.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.cli.Option
OPTION_SQL_FILE
static org.apache.commons.cli.Option
OPTION_SQL_SCRIPT
-
Constructor Summary
Constructors Constructor Description SqlDriver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
disableTestMode()
static void
enableTestMode(OutputStream outputStream)
static void
main(String[] args)
static String
parseOptions(String[] args)
-