executeMultiple
Executes multiple SQL statements stored in a single io.r2dbc.spi.Statement.
Return
A list of StatementResults retrieved from the database, which may store either affected row counts or wrapped results. The order of elements is based on the order of the statements in the PreparedStatement
.