Class Insert
Parser for INSERT statements with namespace support.
-
Constructor Summary
Constructors -
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
-
Insert
Creates an Insert 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.Insert_stmt_for_psqlContext>- Parameters:
insert- the parser rule context to analyze- Returns:
- list of modifiable pairs containing analyzed results
-