public class PostgresDialect extends org.springframework.data.relational.core.dialect.PostgresDialect implements R2dbcDialect
| Modifier and Type | Field and Description |
|---|---|
static PostgresDialect |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
PostgresDialect() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.relational.core.dialect.ArrayColumns |
getArraySupport() |
BindMarkersFactory |
getBindMarkersFactory()
Returns the
BindMarkersFactory used by this dialect. |
Collection<Object> |
getConverters()
Return a collection of converters for this dialect.
|
Collection<? extends Class<?>> |
getSimpleTypes()
Return a collection of types that are natively supported by this database/driver.
|
getIdentifierProcessing, limit, lockgetAfterFromTable, getAfterOrderBy, getSelectContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSimpleTypeHolderpublic static final PostgresDialect INSTANCE
public BindMarkersFactory getBindMarkersFactory()
R2dbcDialectBindMarkersFactory used by this dialect.getBindMarkersFactory in interface R2dbcDialectBindMarkersFactory used by this dialect.public Collection<? extends Class<?>> getSimpleTypes()
R2dbcDialectCollections.emptySet().getSimpleTypes in interface R2dbcDialectCollections.emptySet().public org.springframework.data.relational.core.dialect.ArrayColumns getArraySupport()
getArraySupport in interface org.springframework.data.relational.core.dialect.DialectgetArraySupport in class org.springframework.data.relational.core.dialect.PostgresDialectpublic Collection<Object> getConverters()
R2dbcDialectgetConverters in interface R2dbcDialectCopyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.