Uses of Class
org.apache.flink.sql.parser.dql.SqlShowCreate
-
Packages that use SqlShowCreate Package Description org.apache.flink.sql.parser.dql org.apache.flink.sql.parser.impl -
-
Uses of SqlShowCreate in org.apache.flink.sql.parser.dql
Subclasses of SqlShowCreate in org.apache.flink.sql.parser.dql Modifier and Type Class Description classSqlShowCreateTableSHOW CREATE TABLE sql call.classSqlShowCreateViewSHOW CREATE VIEW sql call. -
Uses of SqlShowCreate in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl that return SqlShowCreate Modifier and Type Method Description SqlShowCreateFlinkSqlParserImpl. SqlShowCreate()Parse a "Show Create Table" query and "Show Create View" query commands.
-