Class PgVexAnalysisLauncher
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.PgVexAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing value expressions (VEX) in SQL definitions.
Handles both column expressions and standalone value expressions.
-
Constructor Summary
ConstructorsConstructorDescriptionPgVexAnalysisLauncher(AbstractStatement stmt, SQLParser.VexContext ctx, String location) Creates a value expression 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
-
PgVexAnalysisLauncher
Creates a value expression analyzer.- Parameters:
stmt- the statement containing the expressionctx- the value expression context to analyzelocation- the source location identifier
-
-
Method Details
-
analyze
-