SqlDeleteOperation

dataprism.platform.sql.SqlOperationsBase.SqlDeleteOperation
trait SqlDeleteOperation[A[_[_]], B[_[_]]] extends IntOperation

Attributes

Graph
Supertypes
trait IntOperation
trait Operation[Int]
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Inherited types

type Types = Type[Int]

Attributes

Inherited from:
IntOperation

Value members

Abstract methods

def returningK[C[_[_]] : TraverseKC](f: (A[DbValue], B[DbValue]) => C[DbValue])(implicit evidence$1: ApplyKC[C], evidence$2: TraverseKC[C], DeleteReturningCapability): DeleteReturningOperation[A, B, C]

Concrete methods

inline def returning[C](f: (A[DbValue], B[DbValue]) => C)(using MR: MapRes[DbValue, C])(using cap: DeleteReturningCapability): DeleteReturningOperation[A, B, MR.K]

Inherited methods

def run[F[_]](using Db[F, Codec])(using MonadThrow[F]): F[Int]

Attributes

Inherited from:
Operation
override def runWithSqlAndTypes[F[_]](sqlStr: SqlStr[Codec], types: Type[Int])(using db: Db[F, Codec])(using MonadThrow[F]): F[Int]

Attributes

Definition Classes
Inherited from:
IntOperation

Attributes

Inherited from:
Operation