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, lock, simpleTypes
getAfterFromTable, getAfterOrderBy, getSelectContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSimpleTypeHolder, renderForGeneratedValues
public static final PostgresDialect INSTANCE
public BindMarkersFactory getBindMarkersFactory()
R2dbcDialect
BindMarkersFactory
used by this dialect.getBindMarkersFactory
in interface R2dbcDialect
BindMarkersFactory
used by this dialect.public Collection<? extends Class<?>> getSimpleTypes()
R2dbcDialect
Collections.emptySet()
.getSimpleTypes
in interface R2dbcDialect
Collections.emptySet()
.public org.springframework.data.relational.core.dialect.ArrayColumns getArraySupport()
getArraySupport
in interface org.springframework.data.relational.core.dialect.Dialect
getArraySupport
in class org.springframework.data.relational.core.dialect.PostgresDialect
public Collection<Object> getConverters()
R2dbcDialect
getConverters
in interface R2dbcDialect
getConverters
in interface org.springframework.data.relational.core.dialect.Dialect
getConverters
in class org.springframework.data.relational.core.dialect.PostgresDialect
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.