public class PostgresDialect extends AbstractDialect
| Modifier and Type | Field and Description |
|---|---|
static PostgresDialect |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
PostgresDialect() |
| Modifier and Type | Method and Description |
|---|---|
ArrayColumns |
getArraySupport()
Returns the array support object that describes how array-typed columns are supported by this dialect.
|
LimitClause |
limit()
Return the
LimitClause used by this dialect. |
getAfterOrderBy, getSelectContextpublic static final PostgresDialect INSTANCE
public LimitClause limit()
DialectLimitClause used by this dialect.LimitClause used by this dialect.public ArrayColumns getArraySupport()
DialectCopyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.