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
trait SqlDeleteOperation[A, B]
trait IntOperation
trait Operation[Int]
class Object
trait Matchable
class Any
Show all

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
override def sqlAndTypes: (SqlStr[Codec], Type[Int])

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
def run[F[_]](using Db[F, Codec])(using MonadThrow[F]): F[Int]

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

Givens

given given_ApplyKC_B: ApplyKC[B]

Attributes

Source
SqlOperations.scala
given given_TraverseKC_B: TraverseKC[B]

Attributes

Source
SqlOperations.scala