R2dbcPreparedStatementImpl
Class representing a precompiled SQL Statement from the R2DBC SPI.
The result row generated by executing this statement contains auto-generated keys based on the value of wasGeneratedKeysRequested.
Constructors
Functions
Closes the statement, if still open, and releases any of its database and/or driver resources.
Executes batched SQL statements stored as a PreparedStatement.
Executes multiple SQL statements stored in a single PreparedStatement.
Executes an SQL query stored in a PreparedStatement.
Executes an SQL statement stored in a PreparedStatement.
The io.r2dbc.spi.Row object generated by the executed statement, or null
if none was retrieved.
Set the number of result set rows that should be fetched when generated by an executed statement.
Set the number of seconds the R2DBC driver will wait for a statement to execute.