Uses of Enum
org.apache.flink.table.client.cli.parser.Command
Packages that use Command
-
Uses of Command in org.apache.flink.table.client.cli.parser
Methods in org.apache.flink.table.client.cli.parser that return CommandModifier and TypeMethodDescriptionstatic CommandReturns the enum constant of this type with the specified name.static Command[]Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.client.cli.parser that return types with arguments of type CommandModifier and TypeMethodDescriptionSqlCommandParser.parseStatement(String statement) Parses given statement.SqlCommandParserImpl.parseStatement(String statement)