-
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.