Update

scalasql.query.Update
See theUpdate companion trait
object Update

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Update.type

Members list

Type members

Classlikes

class Impl[Q, R](val expr: Q, val table: TableRef, val set0: Seq[Assignment[_]], val joins: Seq[Join], val where: Seq[Expr[_]])(implicit val qr: Row[Q, R], dialect: DialectTypeMappers) extends Update[Q, R]

Syntax reference

Attributes

Supertypes
trait Update[Q, R]
trait ExecuteUpdate[Int]
trait Query[Int]
trait Base[Q]
trait Renderable
trait JoinOps[Update, Q, R]
trait WithSqlExpr[Q]
class Object
trait Matchable
class Any
Show all
class Renderer(joins0: Seq[Join], table: TableRef, set0: Seq[Assignment[_]], where0: Seq[Expr[_]], prevContext: Context)

Attributes

Supertypes
class Object
trait Matchable
class Any