public class SqlServerDialect extends AbstractDialect
| Modifier and Type | Field and Description |
|---|---|
static SqlServerDialect |
INSTANCE
Singleton instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SqlServerDialect() |
| Modifier and Type | Method and Description |
|---|---|
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. |
getAfterFromTable, getAfterOrderByclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArraySupport, getIdentifierProcessing, getIdGenerationpublic static final SqlServerDialect INSTANCE
public LimitClause limit()
DialectLimitClause used by this dialect.LimitClause used by this dialect.public LockClause lock()
DialectLockClause used by this dialect.LockClause used by this dialect.public Escaper getLikeEscaper()
DialectEscaper used for LIKE value escaping.Escaper used for LIKE value escaping.public SelectRenderContext getSelectContext()
DialectSelectRenderContext.getSelectContext in interface DialectgetSelectContext in class AbstractDialectSelectRenderContext.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.