Uses of Enum
org.apache.flink.table.api.SqlDialect
Packages that use SqlDialect
-
Uses of SqlDialect in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return SqlDialectModifier and TypeMethodDescriptionTableConfig.getSqlDialect()Returns the current SQL dialect.static SqlDialectReturns the enum constant of this type with the specified name.static SqlDialect[]SqlDialect.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.api with parameters of type SqlDialectModifier and TypeMethodDescriptionvoidTableConfig.setSqlDialect(SqlDialect sqlDialect) Sets the current SQL dialect to parse a SQL query.