Class Update
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExpr
org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc<SQLParser.Update_stmt_for_psqlContext>
org.pgcodekeeper.core.parsers.antlr.pg.expr.Update
Parser for UPDATE statements with namespace support.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExprWithNmspc
addNamespaceVariable, addRawTableReference, addReference, declareNamespaceVarMethods inherited from class org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExpr
getDepcies, setFullAnaLyze
-
Constructor Details
-
Update
Creates an Update parser with meta container.- Parameters:
meta- the meta container with schema information
-
-
Method Details
-
analyze
Description copied from class:AbstractExprWithNmspcAnalyzes the given rule context.- Specified by:
analyzein classAbstractExprWithNmspc<SQLParser.Update_stmt_for_psqlContext>- Parameters:
update- the parser rule context to analyze- Returns:
- list of modifiable pairs containing analyzed results
-