Optional insertOptional insertTransformation to apply to inserted objects before insertion. source
is the object provided for insertion. Only the columns in columns will
actually be inserted, with [*] indicating all columns.
Generated using TypeDoc
Transformation to apply to column values returned from inserts before returning values to the client. When inferring type parameters, specify a type for the
sourceparameter.sourceis the object that was provided for insertion, andreturnsare the values returned from the insert.