prepared
open suspend override fun prepared(transaction: R2dbcTransaction, sql: String): R2dbcPreparedStatementApi
Uses a transaction connection and an sql string representation to return a precompiled SQL statement, stored as an implementation of R2dbcPreparedStatementApi.