Returning

sealed class Returning(source)

Can be used to specify whether you want e.g. the inserted row to be returned on creation with all its new fields

Inheritors

Types

Link copied to clipboard
data object Minimal : Returning

Doesn't return any data

Link copied to clipboard
data class Representation(val columns: Columns = Columns.ALL) : Returning

Returns data based on the columns specified

Properties

Link copied to clipboard