Uses of Class
org.pgcodekeeper.core.utils.ModPair
Packages that use ModPair
-
Uses of ModPair in org.pgcodekeeper.core.parsers.antlr.pg.expr
Methods in org.pgcodekeeper.core.parsers.antlr.pg.expr that return ModPairModifier and TypeMethodDescriptionAnalyzes a value expression and returns its type information.ValueExpr.function(SQLParser.Function_callContext function) Analyzes a function call and returns its type information.Methods in org.pgcodekeeper.core.parsers.antlr.pg.expr that return types with arguments of type ModPairModifier and TypeMethodDescriptionAnalyzes the given rule context.Delete.analyze(SQLParser.Delete_stmt_for_psqlContext delete) Function.analyze(SQLParser.Plpgsql_functionContext root) Insert.analyze(SQLParser.Insert_stmt_for_psqlContext insert) Merge.analyze(SQLParser.Merge_stmt_for_psqlContext merge) Select.analyze(SQLParser.Perform_stmtContext perform) Analyzes a PERFORM statement and returns the result types.Select.analyze(SQLParser.Select_stmt_no_parensContext ruleCtx) Analyzes a SELECT statement without parentheses and returns the result types.Select.analyze(SQLParser.Select_stmtContext ruleCtx) Select.analyze(SelectStmt select) Analyzes a SELECT statement wrapper and returns the result types.SqlFunctionBody.analyze(SQLParser.Function_bodyContext ctx) Analyzes a function body context and returns empty result list.Update.analyze(SQLParser.Update_stmt_for_psqlContext update) ValueExprWithNmspc.analyze(SQLParser.Vex_bContext vex) Analyzes a value expression context.ValueExprWithNmspc.analyze(SQLParser.VexContext vex) Analyzes a value expression rule context.Statements.data(SQLParser.Data_statementContext data) Analyzes and processes a data statement. -
Uses of ModPair in org.pgcodekeeper.core.utils
Methods in org.pgcodekeeper.core.utils that return ModPair