R2dbcPreparedStatementImpl
class R2dbcPreparedStatementImpl(statement: Statement, val connection: Connection, val wasGeneratedKeysRequested: Boolean, currentDialect: DatabaseDialect, typeMapping: R2dbcTypeMapping) : R2dbcPreparedStatementApi
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
Link copied to clipboard
constructor(statement: Statement, connection: Connection, wasGeneratedKeysRequested: Boolean, currentDialect: DatabaseDialect, typeMapping: R2dbcTypeMapping)
Functions
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
The R2dbcResult generated by the executed statement, or null if none was retrieved.
Link copied to clipboard
Link copied to clipboard
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.