See: Description
| Interface | Description |
|---|---|
| ArrayColumns |
Interface declaring methods that express how a dialect supports array-typed columns.
|
| Dialect |
Represents a dialect that is implemented by a particular database.
|
| IdGeneration |
Describes the how obtaining generated ids after an insert works for a given JDBC driver.
|
| LimitClause |
A clause representing Dialect-specific
LIMIT. |
| LockClause |
A clause representing Dialect-specific
LOCK. |
| Class | Description |
|---|---|
| AbstractDialect |
Base class for
Dialect implementations. |
| AnsiDialect |
An SQL dialect for the ANSI SQL standard.
|
| Db2Dialect |
An SQL dialect for DB2.
|
| Escaper |
Helper class encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings. |
| H2Dialect |
An SQL dialect for H2.
|
| HsqlDbDialect |
A
Dialect for HsqlDb. |
| MySqlDialect |
A SQL dialect for MySQL.
|
| OracleDialect |
An SQL dialect for Oracle.
|
| PostgresDialect |
An SQL dialect for Postgres.
|
| RenderContextFactory |
Factory for
RenderContext based on Dialect. |
| SqlServerDialect |
An SQL dialect for Microsoft SQL Server.
|
| SqlServerSelectRenderContext |
SQL-Server specific
SelectRenderContext. |
| Enum | Description |
|---|---|
| ArrayColumns.Unsupported |
Default
ArrayColumns implementation for dialects that do not support array-typed columns. |
| LimitClause.Position |
Enumeration of where to render the clause within the SQL statement.
|
| LockClause.Position |
Enumeration of where to render the clause within the SQL statement.
|
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.