public interface PlaceholderDialect
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PLACEHOLDER
The constant DEFAULT_PLACEHOLDER
|
static String |
PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY
The constant PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
getMarker()
Get marker string.
|
String |
name()
Dialect name.
|
default int |
startIndex()
Placeholder start index.
|
default boolean |
supported(io.r2dbc.spi.ConnectionFactory connectionFactory,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
Supported boolean.
|
default boolean |
usingIndexMarker()
Using index marker.
|
static final String PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY
static final String DEFAULT_PLACEHOLDER
String name()
default boolean supported(io.r2dbc.spi.ConnectionFactory connectionFactory,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
connectionFactory - the connection factoryreactiveExecutorContextAttribute - the reactive executor context attributedefault String getMarker()
default boolean usingIndexMarker()
default int startIndex()
Copyright © 2022. All rights reserved.