CheckInsertBuilder

slick.jdbc.JdbcStatementBuilderComponent.CheckInsertBuilder

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
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
InsertBuilder
Source
JdbcStatementBuilderComponent.scala