Class PgConstraintAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgAbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgConstraintAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing table constraint expressions.
Specialized for processing constraint check conditions and extracting dependencies.
-
Constructor Summary
ConstructorsConstructorDescriptionPgConstraintAnalysisLauncher(PgConstraint stmt, SQLParser.VexContext ctx, String location) Creates a constraint analyzer. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
PgConstraintAnalysisLauncher
Creates a constraint analyzer.- Parameters:
stmt- the constraint statement to analyzectx- the constraint expression contextlocation- the source location identifier
-
-
Method Details
-
analyze
-