InsertImpl

scalasql.query.Returning.InsertImpl
class InsertImpl[Q, R](returnable: InsertBase[_], returning: Q)(implicit qr: Row[Q, R]) extends Impl0[Q, R], Returning[Q, R]

Attributes

Graph
Supertypes
class Impl0[Q, R]
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

Members list

Value members

Inherited methods

override protected def queryIsExecuteUpdate: Boolean

Attributes

Definition Classes
Inherited from:
DelegateQueryable
override def queryIsSingleRow: Boolean

Attributes

Definition Classes
Inherited from:
Impl0
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