R2dbcPreparedStatementApi
Base class representing a precompiled SQL io.r2dbc.spi.Statement from the R2DBC SPI.
Inheritors
Functions
Link copied to clipboard
Closes the statement, if still open, and releases any of its database and/or driver resources.
Link copied to clipboard
Executes batched SQL statements stored as an io.r2dbc.spi.Statement.
Link copied to clipboard
Executes multiple SQL statements stored in a single io.r2dbc.spi.Statement.
Link copied to clipboard
Executes an SQL query stored in an io.r2dbc.spi.Statement.
Link copied to clipboard
Executes an SQL statement stored in an io.r2dbc.spi.Statement.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The R2dbcResult generated by the executed statement, or null
if none was retrieved.
Link copied to clipboard
Set the number of result set rows that should be fetched when generated by an executed statement.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set the number of seconds the R2DBC driver will wait for a statement to execute.