Delete

scalasql.query.Delete
See theDelete companion object
trait Delete[Q] extends ExecuteUpdate[Int], Base[Q]

A SQL DELETE query

Attributes

Companion
object
Graph
Supertypes
trait Base[Q]
trait WithSqlExpr[Q]
trait ExecuteUpdate[Int]
trait Query[Int]
trait Renderable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Impl[Q]

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

Inherited and Abstract methods

Attributes

Inherited from:
Base