SqlDeleteOperationImpl
dataprism.platform.sql.SqlOperations.SqlDeleteOperationImpl
class SqlDeleteOperationImpl[A[_[_]], B[_[_]]](val from: Table[Codec, A], val usingV: Option[Query[B]], val where: (A[DbValue], B[DbValue]) => DbValue[Boolean]) extends SqlDeleteOperation[A, B]
Attributes
- Source
- SqlOperations.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- IntOperation
- Source
- SqlOperationsBase.scala
Value members
Concrete methods
override 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
- Definition Classes
- Source
- SqlOperations.scala
Attributes
- Definition Classes
- Source
- SqlOperations.scala
Inherited methods
inline def returning[C](f: (A[DbValue], B[DbValue]) => C)(using MR: MapRes[DbValue, C])(using cap: DeleteReturningCapability): SqlOperationsBase.this.DeleteReturningOperation[A, B, MR.K]
Attributes
- Inherited from:
- SqlDeleteOperation
- Source
- SqlOperationsBase.scala
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
Givens
In this article