SqlUpdateTableImpl

dataprism.platform.sql.SqlOperations.SqlUpdateTableImpl
class SqlUpdateTableImpl[A[_[_]]](val table: Table[Codec, A]) extends SqlUpdateTable[A]

Attributes

Source
SqlOperations.scala
Graph
Supertypes
trait SqlUpdateTable[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def from[B[_[_]]](fromQ: Query[B])(using UpdateFromCapability): UpdateTableFrom[A, B]

Attributes

Source
SqlOperations.scala
def where(where: (A[DbValue]) => DbValue[Boolean]): UpdateTableWhere[A]

Attributes

Source
SqlOperations.scala