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, waitgetArraySupport, limitpublic SelectRenderContext getSelectContext()
DialectSelectRenderContext.getSelectContext in interface DialectSelectRenderContext.protected Function<Select,CharSequence> getAfterOrderBy()
afterOrderBy Function. Typically used for pagination.Function called on afterOrderBy.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.