executeInternal

abstract suspend fun R2dbcPreparedStatementApi.executeInternal(transaction: R2dbcTransaction): T?

Determines the exact way that an SQL statement is executed in a transaction and applies any necessary logic before returning the result generated by the executed statement.