| Interface | Description |
|---|---|
| DialectStrategy |
Per-dialect layout behaviour.
|
| Class | Description |
|---|---|
| Db2Dialect |
DB2 dialect.
|
| DialectRegistry |
Maps an
EDbVendor to its DialectStrategy. |
| GenericDialect |
Default
DialectStrategy: no dialect-specific behaviour. |
| MssqlDialect |
SQL Server dialect.
|
| MysqlDialect |
MySQL dialect.
|
| OracleDialect |
Oracle dialect: adds the
CONNECT BY and START WITH clauses. |
| SnowflakeDialect |
Snowflake dialect: adds the
QUALIFY clause. |