namespaceZtdQuery\Shadow\Mutation\Row

Interfaces 1§

ResultSetMutationMutation whose schema depends on the executed query's result metadata.

Classes 8§

DeleteMutationApplies DELETE result rows to the shadow store.
InsertMutationApplies INSERT result rows to the shadow store.
MultiDeleteMutationApplies multi-table DELETE operation to the shadow store. This mutation handles DELETE statements that target multiple tables.
MultiTableMutationRowNames the columns a multi-table statement carries its per-table values under.
MultiTableMutationTargetOne table a statement writing to several of them writes to.
MultiUpdateMutationApplies multi-table UPDATE operation to the shadow store. This mutation handles UPDATE statements that target multiple tables.
ReplaceMutationApplies REPLACE INTO operation to the shadow store. REPLACE deletes the existing row and inserts the new one.
UpdateMutationApplies UPDATE result rows to the shadow store.