Uses of Class
org.apache.flink.table.client.gateway.SqlExecutionException
-
Packages that use SqlExecutionException Package Description org.apache.flink.table.client.cli org.apache.flink.table.client.cli.parser org.apache.flink.table.client.gateway.result -
-
Uses of SqlExecutionException in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli with parameters of type SqlExecutionException Modifier and Type Method Description protected voidCliView. close(SqlExecutionException e)Methods in org.apache.flink.table.client.cli that throw SqlExecutionException Modifier and Type Method Description voidCliTableauResultView. displayResults() -
Uses of SqlExecutionException in org.apache.flink.table.client.cli.parser
Methods in org.apache.flink.table.client.cli.parser that throw SqlExecutionException Modifier and Type Method Description Optional<Command>SqlCommandParserImpl. parseStatement(String statement) -
Uses of SqlExecutionException in org.apache.flink.table.client.gateway.result
Fields in org.apache.flink.table.client.gateway.result with type parameters of type SqlExecutionException Modifier and Type Field Description protected AtomicReference<SqlExecutionException>CollectResultBase. executionException
-