slick.compiler.InsertCompiler
See theInsertCompiler companion class
object InsertCompiler
Attributes
- Companion
- class
- Source
- InsertCompiler.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InsertCompiler.type
Members list
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Modeclass Objecttrait Matchableclass AnyShow all
- Self type
-
AllColumns.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
- Supertypes
- Known subtypes
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Modeclass Objecttrait Matchableclass AnyShow all
- Self type
-
NonAutoInc.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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Modeclass Objecttrait Matchableclass AnyShow all
- Self type
-
PrimaryKeys.type
In this article