Interface StatementMapper

All Known Subinterfaces:
StatementMapper.TypedStatementMapper<T>

public interface StatementMapper
Mapper for statement specifications to PreparedOperation. Statement mapping applies a R2dbcDialect-specific transformation considering BindMarkers and vendor-specific SQL differences.

Mapped statements can be used directly with DatabaseClient.sql(Supplier) without specifying further SQL or bindings as the prepared operation encapsulates the specified SQL operation.

Author:
Mark Paluch, Roman Chigvintsev, Mingyuan Wu, Diego Krupitza