-
Method Summary
Returns 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:
getArraySupport in interface Dialect
- Returns:
- the JDBC specific array support object that describes how array-typed columns are supported by this
dialect.
-
getArraySupport
- Parameters:
dialect - the dialect to check for array support.
- Returns:
- the
JdbcArrayColumns instance that describes how array-typed columns are supported by the dialect.
- Since:
- 4.0