namespaceZtdQuery\Shadow

Namespaces 2§

MutationZtdQuery\Shadow\Mutation
RowZtdQuery\Shadow\Row

Classes 12§

CascadedChildrenThe rows of one child table as a cascade leaves them.
FollowedConstraintOne constraint being followed out from a parent, and what to say of it.
ForeignKeyCascadeApplies to one child table what happened to its parent.
ForeignKeyEndsAnswers which columns of the parent a foreign key points at.
ForeignKeyIntegrityRefuses a shadow in which some child references a parent that is not there.
ParentKeyLookupReports whether the row a foreign key points at is still there.
ReferentialIntegrityEnforcerCarries what a statement did outward through the constraints that declare it.
ShadowApplicationWrites one simulated statement into the shadow, all of it or none of it.
ShadowSavepointEverything a transaction would have to put back, as it was at one moment.
ShadowStore public APIHolds in-memory shadow rows for tables.
ShadowTransactions public APIKeeps the shadow at the point each open transaction could go back to.
TableTransitionsWorks out what a statement did to each table, by comparing the two shadows.

Enums 1§

ShadowTableStateDescribes how much table context is available in the shadow store.