MultiInsert
ldbc.query.builder.statement.MultiInsert
case class MultiInsert[P <: Product, T <: Tuple](tableQuery: TableQuery[P], tuples: List[T], params: Seq[DynamicBinder])
A model for constructing INSERT statements that insert multiple values in MySQL.
Type parameters
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- params
-
A list of Traits that generate values from Parameter, allowing PreparedStatement to be set to a value by index only.
- tableQuery
-
Trait for generating SQL table information.
- tuples
-
Tuple type value of the property with type parameter P.
Attributes
- Source
- Insert.scala
- Graph
-
- Supertypes
Members list
In this article