Insert

ldbc.statement.Insert
See theInsert companion trait
object Insert

Attributes

Companion
trait
Source
Insert.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Insert.type

Members list

Type members

Classlikes

case class DuplicateKeyUpdate[A](table: A, statement: String, params: List[Dynamic]) extends Command

Attributes

Source
Insert.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
trait SQL
class Object
trait Matchable
class Any
Show all
case class Impl[A](table: A, statement: String, params: List[Dynamic]) extends Insert[A]

Attributes

Source
Insert.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Insert[A]
trait Command
trait SQL
class Object
trait Matchable
class Any
Show all
case class Into[A, B](table: A, statement: String, columns: Column[B])

Attributes

Source
Insert.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Values[A](table: A, statement: String, params: List[Dynamic]) extends Insert[A]

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala