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