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 SqlDialectTableConfig. getSqlDialect()Returns the current SQL dialect.static SqlDialectSqlDialect. 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 voidTableConfig. setSqlDialect(SqlDialect sqlDialect)Sets the current SQL dialect to parse a SQL query.
-