Uses of Class
org.pgcodekeeper.core.database.ms.schema.MsConstraint
Packages that use MsConstraint
-
Uses of MsConstraint in org.pgcodekeeper.core.database.ms.schema
Subclasses of MsConstraint in org.pgcodekeeper.core.database.ms.schemaModifier and TypeClassDescriptionclassRepresents a Microsoft SQL CHECK constraint that validates column values against a boolean expression.classRepresents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables.classRepresents a Microsoft SQL PRIMARY KEY or UNIQUE constraint.Methods in org.pgcodekeeper.core.database.ms.schema that return MsConstraintMethods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type MsConstraintModifier and TypeMethodDescriptionMsTable.getPkeys()Gets the list of primary key constraints for memory-optimized tables.