SqlMergeMatchedKeyword

dataprism.platform.sql.SqlMergeOperations.SqlMergeMatchedKeyword
class SqlMergeMatchedKeyword[A[_[_]], B[_[_]]](val table: Table[Codec, A], val dataSource: Query[B], val joinCondition: (A[DbValue], B[DbValue]) => DbValue[Boolean], val whens: Seq[SqlMergeMatch[A, B]], val cond: Option[(A[DbValue], B[DbValue]) => DbValue[Boolean]])

Attributes

Source
SqlMergeOperations.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def and(cond: (A[DbValue], B[DbValue]) => DbValue[Boolean]): SqlMergeMatchedKeyword[A, B]

Attributes

Source
SqlMergeOperations.scala