Skip to content

Instance Property

returning

An optional SQLReturning clause specifying data to return from the inserted rows.
var returning: SQLReturning?

Discussion

Most often used to return a list of identifiers automatically generated for newly inserted rows.