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. |
SelectRenderContext |
getSelectContext()
Obtain the
SelectRenderContext . |
LimitClause |
limit()
Return the
LimitClause used by this dialect. |
LimitClause limit()
LimitClause
used by this dialect.LimitClause
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.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.