public abstract class AbstractDialect extends Object implements Dialect
Dialect
implementations.Constructor and Description |
---|
AbstractDialect() |
Modifier and Type | Method and Description |
---|---|
protected Function<Select,CharSequence> |
getAfterOrderBy()
Returns a
afterOrderBy Function . |
SelectRenderContext |
getSelectContext()
Obtain the
SelectRenderContext . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArraySupport, getIdentifierProcessing, limit
public SelectRenderContext getSelectContext()
Dialect
SelectRenderContext
.getSelectContext
in interface Dialect
SelectRenderContext
.protected Function<Select,CharSequence> getAfterOrderBy()
afterOrderBy Function
. Typically used for pagination.Function
called on afterOrderBy
.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.