SqlDeleteOperation
dataprism.platform.sql.SqlOperationsBase.SqlDeleteOperation
trait SqlDeleteOperation[A[_[_]], B[_[_]]] extends IntOperation
Attributes
- Source
- SqlOperationsBase.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Type members
Inherited types
Attributes
- Inherited from:
- IntOperation
- Source
- SqlOperationsBase.scala
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]
Attributes
- Source
- SqlOperationsBase.scala
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]
Attributes
- Source
- SqlOperationsBase.scala
Inherited methods
Attributes
- Inherited from:
- Operation
- Source
- SqlOperationsBase.scala
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
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- Operation
- Source
- SqlOperationsBase.scala
In this article