namespaceZtdQuery\Shadow\Mutation\Row
Interfaces 1§
| ResultSetMutation | Mutation whose schema depends on the executed query's result metadata. |
Classes 8§
| DeleteMutation | Applies DELETE result rows to the shadow store. |
| InsertMutation | Applies INSERT result rows to the shadow store. |
| MultiDeleteMutation | Applies multi-table DELETE operation to the shadow store.
This mutation handles DELETE statements that target multiple tables. |
| MultiTableMutationRow | Names the columns a multi-table statement carries its per-table values under. |
| MultiTableMutationTarget | One table a statement writing to several of them writes to. |
| MultiUpdateMutation | Applies multi-table UPDATE operation to the shadow store.
This mutation handles UPDATE statements that target multiple tables. |
| ReplaceMutation | Applies REPLACE INTO operation to the shadow store.
REPLACE deletes the existing row and inserts the new one. |
| UpdateMutation | Applies UPDATE result rows to the shadow store. |