CheckInsertBuilder
slick.jdbc.JdbcStatementBuilderComponent.CheckInsertBuilder
class CheckInsertBuilder(ins: Insert) extends UpsertBuilder
Builder for SELECT statements that can be used to check for the existing of primary keys supplied to an INSERT operation. Used by the insertOrUpdate emulation on databases that don't support this in a single server-side statement.
Attributes
- Source
- JdbcStatementBuilderComponent.scala
- Graph
-
- Supertypes
Members list
In this article