public interface R2dbcDialect
extends org.springframework.data.relational.core.dialect.Dialect
Dialect. Represents a dialect that is implemented by a particular database.| Modifier and Type | Method and Description |
|---|---|
BindMarkersFactory |
getBindMarkersFactory()
Returns the
BindMarkersFactory used by this dialect. |
default Collection<Object> |
getConverters()
Return a collection of converters for this dialect.
|
default SimpleTypeHolder |
getSimpleTypeHolder()
Return the
SimpleTypeHolder for this dialect. |
default Collection<? extends Class<?>> |
getSimpleTypes()
Return a collection of types that are natively supported by this database/driver.
|
BindMarkersFactory getBindMarkersFactory()
BindMarkersFactory used by this dialect.BindMarkersFactory used by this dialect.default Collection<? extends Class<?>> getSimpleTypes()
Collections.emptySet().Collections.emptySet().default SimpleTypeHolder getSimpleTypeHolder()
SimpleTypeHolder for this dialect.SimpleTypeHolder for this dialect.getSimpleTypes()default Collection<Object> getConverters()
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.