Class SqlDriver
- java.lang.Object
-
- org.apache.flink.table.runtime.application.SqlDriver
-
public class SqlDriver extends Object
Driver to load theScriptRunnerand execute the script.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.cli.OptionOPTION_SQL_FILEstatic org.apache.commons.cli.OptionOPTION_SQL_SCRIPT
-
Constructor Summary
Constructors Constructor Description SqlDriver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisableTestMode()static voidenableTestMode(OutputStream outputStream)static voidmain(String[] args)static StringparseOptions(String[] args)
-