Uses of Class
org.pgcodekeeper.core.database.pg.schema.PgConstraint
Packages that use PgConstraint
Package
Description
-
Uses of PgConstraint in org.pgcodekeeper.core.database.pg.parser.launcher
Constructors in org.pgcodekeeper.core.database.pg.parser.launcher with parameters of type PgConstraintModifierConstructorDescriptionPgConstraintAnalysisLauncher(PgConstraint stmt, SQLParser.VexContext ctx, String location) Creates a constraint analyzer. -
Uses of PgConstraint in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement that return PgConstraintModifier and TypeMethodDescriptionPgAlterTable.parseAlterTableConstraint(SQLParser.Table_actionContext tableAction, PgConstraint constrBlank, String schemaName, String tableName, String location) Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type PgConstraintModifier and TypeMethodDescriptionPgAlterTable.parseAlterTableConstraint(SQLParser.Table_actionContext tableAction, PgConstraint constrBlank, String schemaName, String tableName, String location) -
Uses of PgConstraint in org.pgcodekeeper.core.database.pg.schema
Subclasses of PgConstraint in org.pgcodekeeper.core.database.pg.schemaModifier and TypeClassDescriptionclassPostgreSQL 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 PgConstraintModifier and TypeMethodDescriptionPgAbstractTable.getConstraint(String name) PgDomain.getConstraint(String name) Returns a constraint by name.PgSchema.getConstraintByName(String constraintName) Finds a constraint by name across all tables and views in this schema.Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type PgConstraintModifier and TypeMethodDescriptionvoidPgDomain.addConstraint(PgConstraint constraint) Adds a constraint to this domain.