SelectInsert
ldbc.query.builder.statement.SelectInsert
case class SelectInsert[P <: Product, T](table: Table[P], columns: T, parameter: MapToTuple[Extract[T]])(using x$4: IsColumn[T] =:= true)
A model for constructing INSERT statements that insert values into specified columns in MySQL.
Type parameters
- P
-
Base trait for all products
- T
-
Tuple type of the property with type parameter P
Value parameters
- columns
-
List of columns into which values are to be inserted.
- parameter
-
Parameters of the value to be inserted
Attributes
- Source
- Insert.scala
- Graph
-
- Supertypes
Members list
In this article