Uses of Interface
org.pgcodekeeper.core.schema.IConstraint
Packages that use IConstraint
Package
Description
-
Uses of IConstraint in org.pgcodekeeper.core.schema
Subinterfaces of IConstraint in org.pgcodekeeper.core.schemaModifier and TypeInterfaceDescriptioninterfaceInterface for foreign key constraints.interfaceInterface for primary key constraints.Classes in org.pgcodekeeper.core.schema that implement IConstraintModifier and TypeClassDescriptionclassAbstract base class for database table constraints. -
Uses of IConstraint in org.pgcodekeeper.core.schema.ch
Classes in org.pgcodekeeper.core.schema.ch that implement IConstraintModifier and TypeClassDescriptionfinal classRepresents a ClickHouse table constraint (CHECK or ASSUME). -
Uses of IConstraint in org.pgcodekeeper.core.schema.meta
Classes in org.pgcodekeeper.core.schema.meta that implement IConstraintModifier and TypeClassDescriptionfinal classRepresents a database constraint metadata object.Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type IConstraintModifier and TypeMethodDescriptionMetaContainer.getConstraints(String schemaName, String tableName) Returns constraints for the specified table. -
Uses of IConstraint in org.pgcodekeeper.core.schema.ms
Classes in org.pgcodekeeper.core.schema.ms that implement IConstraintModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL table constraints.final classRepresents a Microsoft SQL CHECK constraint that validates column values against a boolean expression.final classRepresents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables.final classRepresents a Microsoft SQL PRIMARY KEY or UNIQUE constraint. -
Uses of IConstraint in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement IConstraintModifier and TypeClassDescriptionclassBase PostgreSQL constraint implementation.final classPostgreSQL CHECK constraint implementation.final classPostgreSQL EXCLUDE constraint implementation.final classPostgreSQL FOREIGN KEY constraint implementation.final classPostgreSQL PRIMARY KEY and UNIQUE constraint implementation.