public final class SqlCommandParser extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SqlCommandParser.SqlCommandCall
Call of SQL command with operands and command type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlCommandParser.SqlCommandCall |
parse(org.apache.flink.table.delegation.Parser sqlParser,
String stmt)
Parse a sql statement and return corresponding
SqlCommandParser.SqlCommandCall. |
public static SqlCommandParser.SqlCommandCall parse(org.apache.flink.table.delegation.Parser sqlParser, String stmt)
SqlCommandParser.SqlCommandCall.
If the statement is invalid, a SqlExecutionException will be thrown.sqlParser - The sql parser instancestmt - The statement to be parsedCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.