Uses of Interface
org.pgcodekeeper.core.database.api.schema.IConstraintFk
Packages that use IConstraintFk
Package
Description
-
Uses of IConstraintFk in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement IConstraintFkModifier and TypeClassDescriptionclassRepresents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables. -
Uses of IConstraintFk in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement IConstraintFkModifier and TypeClassDescriptionclassPostgreSQL FOREIGN KEY constraint implementation.