Mode

slick.compiler.InsertCompiler$.Mode
trait Mode extends FieldSymbol => Boolean

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

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: Boolean => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: FieldSymbol): R

Attributes

Inherited from:
Function1
def compose[A](g: A => FieldSymbol): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1