| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.dialect | |
| gudusoft.gsqlparser.pp2.layout |
| Modifier and Type | Class and Description |
|---|---|
class |
Db2Dialect
DB2 dialect.
|
class |
GenericDialect
Default
DialectStrategy: no dialect-specific behaviour. |
class |
MssqlDialect
SQL Server dialect.
|
class |
MysqlDialect
MySQL dialect.
|
class |
OracleDialect
Oracle dialect: adds the
CONNECT BY and START WITH clauses. |
class |
SnowflakeDialect
Snowflake dialect: adds the
QUALIFY clause. |
| Modifier and Type | Method and Description |
|---|---|
static DialectStrategy |
DialectRegistry.forVendor(EDbVendor vendor)
The strategy for
vendor; never null. |
| Modifier and Type | Method and Description |
|---|---|
DialectStrategy |
LayoutContext.getDialect() |
| Modifier and Type | Method and Description |
|---|---|
LayoutContext |
LayoutContext.withDialect(DialectStrategy d) |