Class Merge
Parser for MERGE statements with namespace support.
-
Constructor Summary
ConstructorsConstructorDescriptionMerge(PgAbstractExpr parent) Creates a Merge parser with parent expression context. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
addNamespaceVariable, addRawTableReference, addReference, declareNamespaceVar, findReferenceMethods inherited from class org.pgcodekeeper.core.parsers.antlr.pg.expr.PgAbstractExpr
setFullAnalyzeMethods inherited from class org.pgcodekeeper.core.database.base.parser.antlr.AbstractExpr
addDependency, addDependency, addDependency, addReference, addVariable, getDependencies
-
Constructor Details
-
Merge
Creates a Merge parser with parent expression context.- Parameters:
parent- the parent expression context
-
-
Method Details
-
analyze
Description copied from class:AbstractExprWithNmspcAnalyzes the given rule context.- Specified by:
analyzein classAbstractExprWithNmspc<SQLParser.Merge_stmt_for_psqlContext>- Parameters:
merge- the parser rule context to analyze- Returns:
- list of modifiable pairs containing analyzed results
-