Class Db2Dialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.Db2Dialect
- All Implemented Interfaces:
Dialect
An SQL dialect for DB2.
- Since:
- 2.0
- Author:
- Jens Schauder, Mikhail Polivakha
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Db2DialectDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for 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
getArraySupport, getExistsFunction, getIdentifierProcessing, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.use theorg.springframework.data.jdbc.core.dialect.JdbcDb2Dialectdirectly.Singleton instance.
-
-
Constructor Details
-
Db2Dialect
protected Db2Dialect()
-
-
Method Details
-
getIdGeneration
-
limit
Description copied from interface:DialectReturn theLimitClauseused by this dialect.- Returns:
- the
LimitClauseused by this dialect.
-
lock
Description copied from interface:DialectReturn theLockClauseused by this dialect.- Returns:
- the
LockClauseused by this dialect.
-
getConverters
Description copied from interface:DialectReturn a collection of converters for this dialect.- Returns:
- a collection of converters for this dialect.
-
org.springframework.data.jdbc.core.dialect.JdbcDb2Dialectdirectly.