Impl0

scalasql.query.Returning.Impl0
class Impl0[Q, R](val qr: Row[Q, R], returnable: Base[_], val expr: Q) extends Returning[Q, R]

Attributes

Graph
Supertypes
trait Returning[Q, R]
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 InsertImpl[Q, R]

Members list

Value members

Concrete methods

override def queryIsSingleRow: Boolean

Attributes

Definition Classes

Inherited methods

override protected def queryIsExecuteUpdate: 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
def single: Single[R]

Attributes

Inherited from:
Returning