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.
The type of insert invokers returned by the driver
Defines the standard InsertInvoker methods for inserting data, which are available at the level of BasicProfile.
Create an InsertInvoker -- this method should be implemented by drivers as needed
(basicInsertInvokerComponent: StringAdd).self
(basicInsertInvokerComponent: StringFormat).self
(basicInsertInvokerComponent: ArrowAssoc[BasicInsertInvokerComponent]).x
(Since version 2.10.0) Use leftOfArrow
instead
(basicInsertInvokerComponent: Ensuring[BasicInsertInvokerComponent]).x
(Since version 2.10.0) Use resultOfEnsuring
instead