Packages

c

slick.memory.MemoryProfile

InsertActionExtensionMethodsImpl

class InsertActionExtensionMethodsImpl[T] extends MemoryProfile.InsertActionExtensionMethodsImpl[T]

Source
MemoryProfile.scala
Linear Supertypes
MemoryProfile.InsertActionExtensionMethodsImpl[T], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InsertActionExtensionMethodsImpl
  2. InsertActionExtensionMethodsImpl
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InsertActionExtensionMethodsImpl(compiled: MemoryProfile.CompiledInsert)

Type Members

  1. type MultiInsertResult = Unit

    The result type when inserting a collection of values.

    The result type when inserting a collection of values.

    Definition Classes
    InsertActionExtensionMethodsImplInsertActionExtensionMethodsImpl
  2. type SingleInsertResult = Unit

    The result type when inserting a single value.

    The result type when inserting a single value.

    Definition Classes
    InsertActionExtensionMethodsImplInsertActionExtensionMethodsImpl

Value Members

  1. def ++=(values: Iterable[T]): ProfileAction[Unit, Nothing, Write]

    An Action that inserts a collection of values.

    An Action that inserts a collection of values.

    Definition Classes
    InsertActionExtensionMethodsImplInsertActionExtensionMethodsImpl
  2. def +=(value: T): ProfileAction[Unit, Nothing, Write]

    An Action that inserts a single value.

    An Action that inserts a single value.

    Definition Classes
    InsertActionExtensionMethodsImplInsertActionExtensionMethodsImpl