- All Superinterfaces:
org.springframework.data.relational.core.dialect.Dialect
- All Known Implementing Classes:
JdbcPostgresDialect
public interface JdbcDialect
extends org.springframework.data.relational.core.dialect.Dialect
ArrayColumns that offer JDBC specific functionality.- Since:
- 2.3
- Author:
- Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
JdbcArrayColumns 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.
-