InsertActionExtensionMethodsImpl

slick.relational.RelationalActionComponent.InsertActionExtensionMethodsImpl

Attributes

Source:
RelationalProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Types

The result type when inserting a collection of values.

The result type when inserting a collection of values.

Attributes

Source:
RelationalProfile.scala

The result type when inserting a single value.

The result type when inserting a single value.

Attributes

Source:
RelationalProfile.scala

Value members

Abstract methods

def ++=(values: Iterable[T]): ProfileAction[MultiInsertResult, NoStream, Write]

An Action that inserts a collection of values.

An Action that inserts a collection of values.

Attributes

Source:
RelationalProfile.scala

An Action that inserts a single value.

An Action that inserts a single value.

Attributes

Source:
RelationalProfile.scala