scala.slick.driver.JdbcStatementBuilderComponent
Reorder InsertColumn indices in a mapping Node in the order of the given sequence of FieldSymbols (which may contain duplicates).
Reorder InsertColumn indices in a mapping Node in the order of the given sequence of FieldSymbols (which may contain duplicates).
(checkInsertBuilder: StringAdd).self
(checkInsertBuilder: StringFormat).self
(checkInsertBuilder: ArrowAssoc[JdbcDriver.CheckInsertBuilder]).x
(Since version 2.10.0) Use leftOfArrow
instead
(checkInsertBuilder: Ensuring[JdbcDriver.CheckInsertBuilder]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
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.