Uses of Class
org.apache.flink.table.api.SqlDialect
-
Packages that use SqlDialect Package Description org.apache.flink.table.api -
-
Uses of SqlDialect in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return SqlDialect Modifier and Type Method Description SqlDialect
TableConfig. getSqlDialect()
Returns the current SQL dialect.static SqlDialect
SqlDialect. valueOf(String name)
Returns 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 SqlDialect Modifier and Type Method Description void
TableConfig. setSqlDialect(SqlDialect sqlDialect)
Sets the current SQL dialect to parse a SQL query.
-