public class AnsiDialect extends AbstractDialect
| Modifier and Type | Field and Description |
|---|---|
static AnsiDialect |
INSTANCE
Singleton instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AnsiDialect() |
| 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. |
LockClause |
lock()
Return the
LockClause used by this dialect. |
getAfterFromTable, getAfterOrderBy, getSelectContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdGeneration, getLikeEscaperpublic static final AnsiDialect INSTANCE
public LimitClause limit()
DialectLimitClause used by this dialect.LimitClause used by this dialect.public LockClause lock()
DialectLockClause used by this dialect.LockClause used by this dialect.public ArrayColumns getArraySupport()
Dialectpublic IdentifierProcessing getIdentifierProcessing()
DialectIdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names.IdentifierProcessing. Guaranteed to be not null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.