BlockingInsertInvoker

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI.BlockingInsertInvoker
class BlockingInsertInvoker[U](compiled: CompiledInsert)

Attributes

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

Members list

Value members

Concrete methods

def ++=(values: Iterable[U])(implicit s: JdbcBackend#Session): Int

Attributes

Source
BlockingProfile.scala
def +=(value: U)(implicit session: JdbcBackend#Session): Int

Attributes

Source
BlockingProfile.scala
def insert(value: U)(implicit s: JdbcBackend#Session): Int

Attributes

Source
BlockingProfile.scala
def insertAll(values: U*)(implicit s: JdbcBackend#Session): Int

Attributes

Source
BlockingProfile.scala
def insertInvoker: this.type

Attributes

Source
BlockingProfile.scala
def insertOrUpdate(value: U)(implicit s: JdbcBackend#Session): Int

Attributes

Source
BlockingProfile.scala