ReturningQueryable
constructor(statement: SqlAnnotatedElement, select: QueryElement, tableName: SqlTableName?)
Parameters
statement
Parent statement. Typically, this is the INSERT, UPDATE, or DELETE statement.
select
The RETURNING clause of the statement. Represented as a query since it returns values to the caller.
tableName
Name of the table the statement is operating on.