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
source
parameter.source
is the object that was provided for insertion, andreturns
are the values returned from the insert.