Interface NamePlaceholderDialect
-
- All Superinterfaces:
PlaceholderDialect
- All Known Implementing Classes:
OraclePlaceholderDialect,SQLServerPlaceholderDialect
public interface NamePlaceholderDialect extends PlaceholderDialect
Name placeholder dialect- Since:
- 1.0.5
- Version:
- 1.0.5
- Author:
- Gang Cheng
-
-
Field Summary
-
Fields inherited from interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
DEFAULT_PLACEHOLDER, PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanusingIndexMarker()Using index marker.-
Methods inherited from interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
getMarker, name, startIndex, supported
-
-
-
-
Method Detail
-
usingIndexMarker
default boolean usingIndexMarker()
Description copied from interface:PlaceholderDialectUsing index marker.- Specified by:
usingIndexMarkerin interfacePlaceholderDialect- Returns:
- the boolean
-
-