- All Superinterfaces:
org.springframework.data.relational.core.dialect.Dialect
- All Known Implementing Classes:
JdbcDb2Dialect,JdbcH2Dialect,JdbcHsqlDbDialect,JdbcMariaDbDialect,JdbcMySqlDialect,JdbcOracleDialect,JdbcPostgresDialect,JdbcSqlServerDialect
public interface JdbcDialect
extends org.springframework.data.relational.core.dialect.Dialect
ArrayColumns that offer JDBC specific functionality.- Since:
- 2.3
- Author:
- Jens Schauder, Mikhail Polivakha
-
Method Summary
Modifier and TypeMethodDescriptiondefault JdbcArrayColumnsReturns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
-
Method Details
-
getArraySupport
Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.- Specified by:
getArraySupportin interfaceorg.springframework.data.relational.core.dialect.Dialect- Returns:
- the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
-