Uses of Class
org.apache.flink.sql.parser.dql.SqlShowTables.SqlTableKind
-
Packages that use SqlShowTables.SqlTableKind Package Description org.apache.flink.sql.parser.dql -
-
Uses of SqlShowTables.SqlTableKind in org.apache.flink.sql.parser.dql
Methods in org.apache.flink.sql.parser.dql that return SqlShowTables.SqlTableKind Modifier and Type Method Description SqlShowTables.SqlTableKindSqlShowTables. getTableKind()static SqlShowTables.SqlTableKindSqlShowTables.SqlTableKind. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlShowTables.SqlTableKind[]SqlShowTables.SqlTableKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.sql.parser.dql with parameters of type SqlShowTables.SqlTableKind Constructor Description SqlShowTables(org.apache.calcite.sql.parser.SqlParserPos pos, SqlShowTables.SqlTableKind kind, String preposition, org.apache.calcite.sql.SqlIdentifier databaseName, boolean notLike, org.apache.calcite.sql.SqlCharStringLiteral likeLiteral)
-