executeUpdate
Executes an SQL statement stored in an io.r2dbc.spi.Statement.
Return
The affected row count if the executed statement is a DML type; otherwise, 0 if the statement returns nothing.
Executes an SQL statement stored in an io.r2dbc.spi.Statement.
The affected row count if the executed statement is a DML type; otherwise, 0 if the statement returns nothing.