Update

scalasql.query.OnConflict.Update
class Update[Q, R](val query: Query[R] & InsertBase[Q], columns: Seq[Column[_]], updates: Seq[Assignment[_]], val table: TableRef) extends DelegateQuery[R], InsertBase[Q]

Attributes

Graph
Supertypes
trait InsertBase[Q]
trait Base[Q]
trait WithSqlExpr[Q]
trait DelegateQuery[R]
trait Query[R]
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getGeneratedKeys[R](implicit qr: Row[_, R]): GetGeneratedKeys[Q, R]

Makes this INSERT query call JdbcStatement.getGeneratedKeys when it is executed, returning a Seq[R] where R is a Scala type compatible with the auto-generated primary key type (typically something like Int or Long)

Makes this INSERT query call JdbcStatement.getGeneratedKeys when it is executed, returning a Seq[R] where R is a Scala type compatible with the auto-generated primary key type (typically something like Int or Long)

Attributes

Inherited from:
InsertBase
override protected def queryIsSingleRow: Boolean

Attributes

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

Attributes

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

Attributes

Inherited from:
DelegateQuery

Concrete fields