Interface PlaceholderFormatter
-
- All Known Implementing Classes:
DefaultPlaceholderFormatter
public interface PlaceholderFormatterThe Placeholder formatter.- Since:
- 1.0.5
- Version:
- 1.0.5
- Author:
- Gang Cheng
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringreplaceSqlPlaceholder(io.r2dbc.spi.ConnectionMetadata connectionMetadata, org.apache.ibatis.mapping.BoundSql boundSql, ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)Replace sql placeholder string.
-
-
-
Method Detail
-
replaceSqlPlaceholder
String replaceSqlPlaceholder(io.r2dbc.spi.ConnectionMetadata connectionMetadata, org.apache.ibatis.mapping.BoundSql boundSql, ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
Replace sql placeholder string.- Parameters:
connectionMetadata- the connection metadataboundSql- the bound sqlreactiveExecutorContextAttribute- the reactive executor context attribute- Returns:
- the string
-
-