public final class SnowflakeDialect extends GenericDialect
QUALIFY clause.| Constructor and Description |
|---|
SnowflakeDialect() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
additionalClauseKeywords()
Upper-cased clause-start phrases for this dialect, beyond the
universal clause keywords (FROM/WHERE/GROUP/ORDER/HAVING/...).
|
getVendorpublic SnowflakeDialect()
public Set<String> additionalClauseKeywords()
DialectStrategy"CONNECT BY" breaks before CONNECT, but a bare
CONNECT does not). For example Oracle adds "CONNECT BY" /
"START WITH" and Snowflake adds "QUALIFY".
GenericDialect returns an empty set.additionalClauseKeywords in interface DialectStrategyadditionalClauseKeywords in class GenericDialect