Interface PlaceholderFormatter

  • All Known Implementing Classes:
    DefaultPlaceholderFormatter

    public interface PlaceholderFormatter
    The Placeholder formatter.
    Since:
    1.0.5
    Version:
    1.0.5
    Author:
    Gang Cheng
    • 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 metadata
        boundSql - the bound sql
        reactiveExecutorContextAttribute - the reactive executor context attribute
        Returns:
        the string