Uses of Class
org.pgcodekeeper.core.database.pg.parser.expr.PgAbstractExpr
Packages that use PgAbstractExpr
-
Uses of PgAbstractExpr in org.pgcodekeeper.core.database.pg.parser.expr
Subclasses of PgAbstractExpr in org.pgcodekeeper.core.database.pg.parser.exprModifier and TypeClassDescriptionclassPgAbstractExprWithNmspc<T extends org.antlr.v4.runtime.ParserRuleContext>Abstract expression parser with namespace support for tracking variables, references, and CTEs.classPgAbstractStatements<T extends org.antlr.v4.runtime.ParserRuleContext>Abstract base class for statement parsers with namespace support.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.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.database.pg.parser.expr with parameters of type PgAbstractExprModifierConstructorDescriptionPgMerge(PgAbstractExpr parent) Creates a Merge parser with parent expression context.