Impl

scalasql.query.Delete.Impl
class Impl[Q](val expr: Q, filter: Expr[Boolean], val table: TableRef)(implicit dialect: DialectTypeMappers) extends Delete[Q]

Attributes

Graph
Supertypes
trait Delete[Q]
trait Base[Q]
trait WithSqlExpr[Q]
trait ExecuteUpdate[Int]
trait Query[Int]
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override protected def queryIsExecuteUpdate: Boolean

Attributes

Definition Classes
Inherited from:
ExecuteUpdate
override protected def queryIsSingleRow: Boolean

Attributes

Definition Classes
Inherited from:
ExecuteUpdate
protected def queryWalkExprs(): Seq[Expr[_]]

Attributes

Inherited from:
ExecuteUpdate
protected def queryWalkLabels(): Seq[List[String]]

Attributes

Inherited from:
ExecuteUpdate

Concrete fields

val expr: Q