public interface Dialect
UnsupportedOperationException.| Modifier and Type | Method and Description |
|---|---|
default ArrayColumns |
getArraySupport()
Returns the array support object that describes how array-typed columns are supported by this dialect.
|
default IdentifierProcessing |
getIdentifierProcessing()
Returns the
IdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names. |
default IdGeneration |
getIdGeneration() |
default Escaper |
getLikeEscaper()
Returns the
Escaper used for LIKE value escaping. |
SelectRenderContext |
getSelectContext()
Obtain the
SelectRenderContext. |
LimitClause |
limit()
Return the
LimitClause used by this dialect. |
LockClause |
lock()
Return the
LockClause used by this dialect. |
LimitClause limit()
LimitClause used by this dialect.LimitClause used by this dialect.LockClause lock()
LockClause used by this dialect.LockClause used by this dialect.default ArrayColumns getArraySupport()
SelectRenderContext getSelectContext()
SelectRenderContext.SelectRenderContext.default IdentifierProcessing getIdentifierProcessing()
IdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names.IdentifierProcessing. Guaranteed to be not null.default Escaper getLikeEscaper()
Escaper used for LIKE value escaping.Escaper used for LIKE value escaping.default IdGeneration getIdGeneration()
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.