Returning

scalasql.query.Returning
See theReturning companion object
trait Returning[Q, R] extends Query[Seq[R]], DelegateQueryable[Q, Seq[R]]

A query with a RETURNING clause

Attributes

Companion
object
Graph
Supertypes
trait DelegateQueryable[Q, Seq[R]]
trait WithSqlExpr[Q]
trait Query[Seq[R]]
trait Renderable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Impl[Q, R]
class Impl0[Q, R]
class InsertImpl[Q, R]

Members list

Value members

Concrete methods

def single: Single[R]

Inherited methods

override protected def queryIsExecuteUpdate: Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DelegateQueryable

Inherited and Abstract methods

protected def qr: Queryable[Q, _]

Attributes

Inherited from:
DelegateQueryable