Uses of Class
org.pgcodekeeper.core.schema.pg.PgConstraint
Packages that use PgConstraint
Package
Description
-
Uses of PgConstraint in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type PgConstraintModifierConstructorDescriptionConstraintAnalysisLauncher(PgConstraint stmt, SQLParser.VexContext ctx, String location) Creates a constraint analyzer. -
Uses of PgConstraint in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PgConstraintModifier and TypeMethodDescriptionAlterTable.parseAlterTableConstraint(SQLParser.Table_actionContext tableAction, PgConstraint constrBlank, String schemaName, String tableName, String location) -
Uses of PgConstraint in org.pgcodekeeper.core.schema.pg
Subclasses of PgConstraint in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionfinal classPostgreSQL CHECK constraint implementation.final classPostgreSQL EXCLUDE constraint implementation.final classPostgreSQL FOREIGN KEY constraint implementation.final classPostgreSQL PRIMARY KEY and UNIQUE constraint implementation.