IntoInsertActionComposer2

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI.IntoInsertActionComposer2
implicit class IntoInsertActionComposer2[T, R](a: IntoInsertActionComposer[T, R])

Attributes

Source
BlockingProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++=(values: Iterable[T])(implicit s: Session): Seq[R]

Attributes

Source
BlockingProfile.scala
def +=(value: T)(implicit s: Session): R

Attributes

Source
BlockingProfile.scala
def insert(value: T)(implicit s: Session): R

Attributes

Source
BlockingProfile.scala
def insertAll(values: T*)(implicit s: Session): Seq[R]

Attributes

Source
BlockingProfile.scala