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.
|
LimitClause |
A clause representing Dialect-specific
LIMIT . |
Class | Description |
---|---|
AbstractDialect |
Base class for
Dialect implementations. |
HsqlDbDialect |
A
Dialect for HsqlDb. |
MariaDbDialect |
The
Dialect to be used with MariaDb. |
MySqlDialect |
A SQL dialect for MySQL.
|
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.
|
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.