The type of a (partially) compiled AST for Insert operations.
The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.
An InsertInvoker that returns the number of affected rows.
An InsertInvoker that can also insert from another query.
The type of insert invokers returned by the driver
The type of insert invokers returned by the driver
The JDBC-specific InsertInvoker with additional methods
An InsertInvoker that returns a mapping of inserted values and generated keys.
In InsertInvoker that returns generated keys or other columns.
Create an InsertInvoker -- this method should be implemented by drivers as needed
Create an InsertInvoker -- this method should be implemented by drivers as needed
(jdbcInsertInvokerComponent: StringAdd).self
(jdbcInsertInvokerComponent: StringFormat).self
(jdbcInsertInvokerComponent: ArrowAssoc[JdbcInsertInvokerComponent]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jdbcInsertInvokerComponent: Ensuring[JdbcInsertInvokerComponent]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A slice of the
JdbcProfile
cake which provides the functionality for different kinds of insert operations.