namespaceZtdQuery\Shadow
Namespaces 2§
Classes 12§
| CascadedChildren | The rows of one child table as a cascade leaves them. |
| FollowedConstraint | One constraint being followed out from a parent, and what to say of it. |
| ForeignKeyCascade | Applies to one child table what happened to its parent. |
| ForeignKeyEnds | Answers which columns of the parent a foreign key points at. |
| ForeignKeyIntegrity | Refuses a shadow in which some child references a parent that is not there. |
| ParentKeyLookup | Reports whether the row a foreign key points at is still there. |
| ReferentialIntegrityEnforcer | Carries what a statement did outward through the constraints that declare it. |
| ShadowApplication | Writes one simulated statement into the shadow, all of it or none of it. |
| ShadowSavepoint | Everything a transaction would have to put back, as it was at one moment. |
| ShadowStore public API | Holds in-memory shadow rows for tables. |
| ShadowTransactions public API | Keeps the shadow at the point each open transaction could go back to. |
| TableTransitions | Works out what a statement did to each table, by comparing the two shadows. |
Enums 1§
| ShadowTableState | Describes how much table context is available in the shadow store. |