Uses of Interface
org.pgcodekeeper.core.database.api.schema.IConstraint
Packages that use IConstraint
Package
Description
-
Uses of IConstraint in org.pgcodekeeper.core.database.api.schema
Subinterfaces of IConstraint in org.pgcodekeeper.core.database.api.schemaModifier and TypeInterfaceDescriptioninterfaceInterface for foreign key constraints.interfaceInterface for primary key constraints.Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type IConstraint -
Uses of IConstraint in org.pgcodekeeper.core.database.base.schema.meta
Classes in org.pgcodekeeper.core.database.base.schema.meta that implement IConstraintModifier and TypeClassDescriptionfinal classRepresents a database constraint metadata object. -
Uses of IConstraint in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement IConstraintModifier and TypeClassDescriptionclassRepresents a ClickHouse table constraint (CHECK or ASSUME).Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type IConstraint -
Uses of IConstraint in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement IConstraintModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL table constraints.classRepresents 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 types with arguments of type IConstraint -
Uses of IConstraint in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement IConstraintModifier and TypeClassDescriptionclassBase PostgreSQL constraint implementation.classPostgreSQL CHECK constraint implementation.classPostgreSQL EXCLUDE constraint implementation.classPostgreSQL FOREIGN KEY constraint implementation.classPostgreSQL NOT NULL constraint implementation.classPostgreSQL PRIMARY KEY and UNIQUE constraint implementation.Methods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type IConstraintModifier and TypeMethodDescriptionabstract Collection<IConstraint>PgAbstractStatementContainer.getConstraints()PgAbstractTable.getConstraints()Getter forPgAbstractTable.constraints.PgAbstractView.getConstraints()