Class PostgresDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.PostgresDialect
org.springframework.data.r2dbc.dialect.PostgresDialect
- All Implemented Interfaces:
R2dbcDialect, Dialect
An SQL dialect for Postgres.
- Author:
- Mark Paluch, Jose Luis Leon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the array support object that describes how array-typed columns should be handled by this dialect.Returns theBindMarkersFactoryused by this dialect.Return a collection of converters for this dialect.Return theSetof types considered store native types that can be handeled by the driver.Methods inherited from class PostgresDialect
getExistsFunction, getIdentifierProcessing, getIdGeneration, getUpsertRenderContext, limit, lockMethods 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
getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getName, getSelectContext, getUpsertRenderContext, limit, lock, orderByNullHandling, supportsSingleQueryLoadingMethods inherited from interface R2dbcDialect
getSimpleTypeHolder, getSimpleTypes, renderForGeneratedValues
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
PostgresDialect
public PostgresDialect()
-
-
Method Details
-
getArraySupport
Description copied from interface:DialectReturns the array support object that describes how array-typed columns should be handled by this dialect.- Specified by:
getArraySupportin interfaceDialect- Overrides:
getArraySupportin classPostgresDialect- Returns:
- the array support object that describes how array-typed columns should be handled by this dialect.
-
getBindMarkersFactory
Description copied from interface:R2dbcDialectReturns theBindMarkersFactoryused by this dialect.- Specified by:
getBindMarkersFactoryin interfaceR2dbcDialect- Returns:
- the
BindMarkersFactoryused by this dialect.
-
getConverters
Description copied from interface:DialectReturn a collection of converters for this dialect.- Specified by:
getConvertersin interfaceDialect- Overrides:
getConvertersin classPostgresDialect- Returns:
- a collection of converters for this dialect.
-
simpleTypes
Description copied from interface:DialectReturn theSetof types considered store native types that can be handeled by the driver.- Specified by:
simpleTypesin interfaceDialect- Overrides:
simpleTypesin classPostgresDialect- Returns:
- never null.
-