| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfig.setSqlDialect(SqlDialect sqlDialect)
Sets the current SQL dialect to parse a SQL query.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.