Impl

scalasql.query.InsertSelect.Impl
class Impl[V[_[_]], C, R, R2](insert: Insert[V, R], columns: C, select: Select[C, R2])(implicit dialect: DialectTypeMappers) extends InsertSelect[V, C, R, R2]

Attributes

Graph
Supertypes
trait InsertSelect[V, C, R, R2]
trait ExecuteUpdate[Int]
trait Query[Int]
trait InsertBase[V[Column]]
trait Base[V[Column]]
trait WithSqlExpr[V[Column]]
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def getGeneratedKeys[R](implicit qr: Row[_, R]): GetGeneratedKeys[V[Column], 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 queryIsExecuteUpdate: Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ExecuteUpdate