public class PostgresDialect extends AbstractDialect
Modifier and Type | Field and Description |
---|---|
static PostgresDialect |
INSTANCE
Singleton instance.
|
Modifier | Constructor and Description |
---|---|
protected |
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.
|
IdentifierProcessing |
getIdentifierProcessing()
Returns the
IdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names. |
LimitClause |
limit()
Return the
LimitClause used by this dialect. |
getAfterOrderBy, getSelectContext
public static final PostgresDialect INSTANCE
public LimitClause limit()
Dialect
LimitClause
used by this dialect.LimitClause
used by this dialect.public ArrayColumns getArraySupport()
Dialect
public IdentifierProcessing getIdentifierProcessing()
Dialect
IdentifierProcessing
used for processing SqlIdentifier
when converting them to SQL
snippets or parameter names.IdentifierProcessing
. Guaranteed to be not null.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.