public abstract class AbstractDialect extends Object implements Dialect
Dialect implementations.| Constructor and Description |
|---|
AbstractDialect() |
| Modifier and Type | Method and Description |
|---|---|
protected Function<Select,CharSequence> |
getAfterFromTable()
Returns a
afterFromTable Function. |
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, getIdentifierProcessing, getIdGeneration, getLikeEscaper, limit, lockpublic SelectRenderContext getSelectContext()
DialectSelectRenderContext.getSelectContext in interface DialectSelectRenderContext.protected Function<Select,CharSequence> getAfterFromTable()
afterFromTable Function. Typically used for table hint for SQL Server.Function called on afterFromTable.protected Function<Select,CharSequence> getAfterOrderBy()
afterOrderBy Function. Typically used for pagination.Function called on afterOrderBy.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.