returning<R> method
Prepares typed scalar projections from every inserted chunk's RETURNING.
The connected engine must support RETURNING. Relationships and aggregate or window selections are rejected before executing a chunk.
Implementation
BatchReturning<R> returning<R>(Selection<R> Function(F) selection) =>
BatchReturning.internal(this, selection(queryFields));