InsertCompiler

slick.compiler.InsertCompiler$
See theInsertCompiler companion class

Attributes

Companion:
class
Source:
InsertCompiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object AllColumns extends Mode

Include all columns. For use in forced inserts and merges.

Include all columns. For use in forced inserts and merges.

Attributes

Source:
InsertCompiler.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Mode
trait FieldSymbol => Boolean
class Object
trait Matchable
class Any
Self type
trait Mode extends FieldSymbol => Boolean

Determines which columns to include in the Insert and mapping nodes created by InsertCompiler.

Determines which columns to include in the Insert and mapping nodes created by InsertCompiler.

Attributes

Source:
InsertCompiler.scala
Graph
Supertypes
trait FieldSymbol => Boolean
class Object
trait Matchable
class Any
Known subtypes
object AllColumns.type
object NonAutoInc.type
object PrimaryKeys.type
case object NonAutoInc extends Mode

Include only non-AutoInc columns. For use in standard (soft) inserts.

Include only non-AutoInc columns. For use in standard (soft) inserts.

Attributes

Source:
InsertCompiler.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Mode
trait FieldSymbol => Boolean
class Object
trait Matchable
class Any
Self type
case object PrimaryKeys extends Mode

Include only primary keys. For use in the insertOrUpdate emulation.

Include only primary keys. For use in the insertOrUpdate emulation.

Attributes

Source:
InsertCompiler.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Mode
trait FieldSymbol => Boolean
class Object
trait Matchable
class Any
Self type