Impl

scalasql.query.InsertValues.Impl
class Impl[V[_[_]], R](insert: Insert[V, R], values: Seq[R], dialect: DialectTypeMappers, qr: Row[V[Column], R], skippedColumns: Seq[Column[_]]) extends InsertValues[V, R]

Attributes

Graph
Supertypes
trait InsertValues[V, R]
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

override def skipColumns(x: V[Column] => Column[_]*): InsertValues[V, R]

Attributes

Definition Classes

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