public interface PlaceholderFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
replaceSqlPlaceholder(io.r2dbc.spi.ConnectionFactory connectionFactory,
org.apache.ibatis.mapping.BoundSql boundSql,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
Replace sql placeholder string.
|
String replaceSqlPlaceholder(io.r2dbc.spi.ConnectionFactory connectionFactory, org.apache.ibatis.mapping.BoundSql boundSql, ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
connectionFactory - the connection factoryboundSql - the bound sqlreactiveExecutorContextAttribute - the reactive executor context attributeCopyright © 2022. All rights reserved.