Skip to content

Instance Method

returning(_:)

Specify a list of columns to be part of the result set of the query.
func returning(_ columns: String...) -> SQLReturningResultBuilder<Self>

Return Value

A SQLReturningResultBuilder which must be used to execute the query.