BulkInsert

trait BulkInsert[A]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def tableQuery: TableQuery[_ <: Table[A]]

Concrete methods

def bulkInsert(dms: Seq[A])(implicit bulkInsertable: BulkInsertable[A]): DBIO[Int]
Value parameters:
dms

Data models

Returns:

The number of data inserted

Abstract fields

protected val profile: JdbcProfile