Uses of Class
org.pgcodekeeper.core.schema.pg.PgDomain
Packages that use PgDomain
Package
Description
-
Uses of PgDomain in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type PgDomainModifierConstructorDescriptionDomainAnalysisLauncher(PgDomain stmt, SQLParser.VexContext ctx, String location) Creates a domain analyzer. -
Uses of PgDomain in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PgDomainModifier and TypeMethodDescriptionstatic voidCreateDomain.parseDomainConstraint(PgDomain domain, PgConstraintCheck constr, SQLParser.Domain_constraintContext ctx, AbstractDatabase db, String location, ISettings settings) Parses a domain constraint definition and configures the constraint object. -
Uses of PgDomain in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return PgDomain