Uses of Class
org.pgcodekeeper.core.database.base.parser.antlr.AbstractExpr
Packages that use AbstractExpr
Package
Description
-
Uses of AbstractExpr in org.pgcodekeeper.core.database.ch.parser.expr
Subclasses of AbstractExpr in org.pgcodekeeper.core.database.ch.parser.exprModifier and TypeClassDescriptionclassAbstract base class for ClickHouse SQL expression parsing and dependency analysis.classAbstract class extending ChAbstractExpr with namespace support for SQL expression analysis.final classConcrete implementation of ChAbstractExprWithNmspc for analyzing ClickHouse SQL expressions.final classHandles parsing and analysis of ClickHouse SELECT statements.final classHandles parsing and analysis of ClickHouse value expressions in SQL queries. -
Uses of AbstractExpr in org.pgcodekeeper.core.database.ms.parser.expr
Subclasses of AbstractExpr in org.pgcodekeeper.core.database.ms.parser.exprModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL expression analysis.classAbstract base class for analyzing Microsoft SQL expressions with namespace support.classMicrosoft SQL DELETE statement analyzer.classMicrosoft SQL expression analyzer with namespace support.classMicrosoft SQL INSERT statement analyzer.classMicrosoft SQL MERGE statement analyzer.classMicrosoft SQL SELECT statement analyzer.classMicrosoft SQL clauses analyzer.classMicrosoft SQL UPDATE statement analyzer.classMicrosoft SQL value expression analyzer. -
Uses of AbstractExpr in org.pgcodekeeper.core.database.pg.parser.expr
Subclasses of AbstractExpr in org.pgcodekeeper.core.database.pg.parser.exprModifier and TypeClassDescriptionclassAbstract base class for PostgreSQL expression analysis.classPgAbstractExprWithNmspc<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.