ReturningStatement
Represents the underlying SQL mainStatement that also returns a result set with data from any modified rows.
Parameters
Table to perform the main statement on and return results from.
Columns or expressions to include in the returned result set.
The statement to append the RETURNING clause to. This may be an insert, update, or delete statement.
Properties
Functions
Executes the SQL statement directly in the provided transaction and returns the generated result, or null if either no result was retrieved or if the transaction blocked statement execution.
Determines the exact way that an SQL statement is executed in a transaction and applies any necessary logic before returning the result generated by the executed statement.
Uses a transaction connection and an sql string representation to return a precompiled SQL statement, stored as an implementation of PreparedStatementApi.
Returns the string representation of an SQL statement.