dialect property
The SQL dialect. Defaults to a SQLite
dialect (the most common case). The
Postgres engine passes a
PostgresDialect; future engines pass
their own.
Implementation
final SqlDialect dialect;
The SQL dialect. Defaults to a SQLite
dialect (the most common case). The
Postgres engine passes a
PostgresDialect; future engines pass
their own.
final SqlDialect dialect;