SqlMergeIntoUsing

dataprism.platform.sql.SqlMergeOperations.SqlMergeIntoUsing
class SqlMergeIntoUsing[A[_[_]], B[_[_]]](val table: Table[Codec, A], val dataSource: Query[B])

Attributes

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

Members list

Value members

Concrete methods

def on(joinCondition: (A[DbValue], B[DbValue]) => DbValue[Boolean]): SqlMergeIntoUsingOn[A, B]

Attributes

Source
SqlMergeOperations.scala