Impl

ldbc.query.builder.statement.Insert.Impl
case class Impl[P <: Product](table: Table[P], statement: String, params: List[DynamicBinder])

Attributes

Source
Insert.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
trait SQL
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def ++(sql: SQL): SQL

Attributes

Definition Classes
SQL
Source
Insert.scala

Inherited methods

def onDuplicateKeyUpdate[T](func: (Table[P]) => T)(using IsColumn[T] =:= true): DuplicateKeyUpdateInsert

Methods for constructing INSERT ... ON DUPLICATE KEY UPDATE statements.

Methods for constructing INSERT ... ON DUPLICATE KEY UPDATE statements.

Attributes

Inherited from:
Insert (hidden)
Source
Insert.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product