ReturningInsertActionComposer2

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI.ReturningInsertActionComposer2

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
BlockingProfile.scala