Uses of Class
org.pgcodekeeper.core.parsers.antlr.pg.expr.AbstractExpr
Packages that use AbstractExpr
-
Uses of AbstractExpr in org.pgcodekeeper.core.parsers.antlr.pg.expr
Subclasses of AbstractExpr in org.pgcodekeeper.core.parsers.antlr.pg.exprModifier and TypeClassDescriptionclassAbstractExprWithNmspc<T extends org.antlr.v4.runtime.ParserRuleContext>Abstract expression parser with namespace support for tracking variables, references, and CTEs.classParser for DELETE statements with namespace support.final classParser for PL/pgSQL function definitions with namespace support.classParser for INSERT statements with namespace support.classParser for MERGE statements with namespace support.final classParser for SELECT statements with namespace support.classParser for SQL statements with namespace support.classParser for SQL function body statements with namespace support.classStatements<T extends org.antlr.v4.runtime.ParserRuleContext>Abstract base class for statement parsers with namespace support.classParser for UPDATE statements with namespace support.final classParser for value expressions with namespace support.classFor use with value expressions that have predefined namespace.Constructors in org.pgcodekeeper.core.parsers.antlr.pg.expr with parameters of type AbstractExprModifierConstructorDescriptionMerge(AbstractExpr parent) Creates a Merge parser with parent expression context.