public final class OracleDialect extends GenericDialect
CONNECT BY and START WITH clauses.| Constructor and Description |
|---|
OracleDialect() |
| 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 OracleDialect()
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