namespaceZtdQuery\Schema\Key

Classes 5§

CandidateKeyConflictIdentifies the existing row and candidate key responsible for a conflict.
CandidateKeyMatchReads what a row carries in a candidate key, and tells when another row repeats it.
CandidateKeySetRelational candidate keys used to detect INSERT conflicts.
ForeignKeyDefinitionOne foreign key: which columns point where, and what happens when the parent moves.
PartialUniqueIndexA unique index whose candidate rows are restricted by a SQL predicate.

Enums 2§

IdentityGenerationStrategyHow a database decides the next value of a numbered column.
ReferentialActionWhat a foreign key says should happen when the row it points at moves.