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.
An InsertInvoker that can also insert from another query. This is supported for inserts which return the row count or the generated keys but not mappings which involve the original data that has been inserted (because it is not available on the client side).
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.
An 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
A slice of the
JdbcProfile
cake which provides the functionality for different kinds of insert operations.