NotMatchInsert

dataprism.platform.sql.SqlMergeOperations.SqlMergeMatch.NotMatchInsert
final case class NotMatchInsert[A1[_[_]], B1[_[_]], C[_[_]]](cond: Option[(B1[DbValue]) => DbValue[Boolean]], columns: (A1[[X] =>> Column[Codec, X]]) => C[[X] =>> Column[Codec, X]], setValues: (B1[DbValue]) => C[DbValue])(using CA: ApplyKC[C], CT: TraverseKC[C]) extends SqlMergeMatch[A1, B1]

Attributes

Source
SqlMergeOperations.scala

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Givens

Givens

given CA: ApplyKC[C]

Attributes

Source
SqlMergeOperations.scala
given CT: TraverseKC[C]

Attributes

Source
SqlMergeOperations.scala