Class AnsiDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.AnsiDialect
- All Implemented Interfaces:
Dialect
- Direct Known Subclasses:
OracleDialect
An SQL dialect for the ANSI SQL standard.
- Since:
- 2.0
- Author:
- Milan Milanov, Myeonghyeon Lee
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the array support object that describes how array-typed columns should be handled by this dialect.limit()Return theLimitClauseused by this dialect.lock()Return theLockClauseused by this dialect.Methods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getName, getUpsertRenderContext, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
AnsiDialect
protected AnsiDialect()
-
-
Method Details
-
lock
Description copied from interface:DialectReturn theLockClauseused by this dialect.- Returns:
- the
LockClauseused by this dialect.
-
getArraySupport
Description copied from interface:DialectReturns the array support object that describes how array-typed columns should be handled by this dialect.- Returns:
- the array support object that describes how array-typed columns should be handled by this dialect.
-
limit
Description copied from interface:DialectReturn theLimitClauseused by this dialect.- Returns:
- the
LimitClauseused by this dialect.
-