SqlDeleteReturningOperationImpl
dataprism.platform.sql.SqlOperations.SqlDeleteReturningOperationImpl
class SqlDeleteReturningOperationImpl[A[_[_]], B[_[_]], C[_[_]]](val from: Table[Codec, A], val usingV: Option[Query[B]], val where: (A[DbValue], B[DbValue]) => DbValue[Boolean], val returning: (A[DbValue], B[DbValue]) => C[DbValue])(implicit evidence$1: ApplyKC[C], evidence$2: TraverseKC[C]) extends SqlDeleteReturningOperation[A, B, C]
Attributes
- Source
- SqlOperations.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- SqlOperations.scala
Inherited methods
Attributes
- Inherited from:
- Operation
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
override def runWithSqlAndTypes[F[_]](sqlStr: SqlStr[Codec], types: C[Type])(using db: Db[F, Codec])(using MonadThrow[F]): F[Seq[C[Id]]]
Attributes
- Definition Classes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
Givens
Inherited givens
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- ResultOperation
- Source
- SqlOperationsBase.scala
In this article