SqlMergeInto

dataprism.platform.sql.SqlMergeOperations.SqlMergeInto
class SqlMergeInto[A[_[_]]](val table: Table[Codec, A])

Attributes

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

Members list

Value members

Concrete methods

def using[B[_[_]]](dataSource: Query[B]): SqlMergeIntoUsing[A, B]

Attributes

Source
SqlMergeOperations.scala