Uses of Class
org.pgcodekeeper.core.utils.ModPair
Packages that use ModPair
-
Uses of ModPair in org.pgcodekeeper.core.database.pg.parser.expr
Methods in org.pgcodekeeper.core.database.pg.parser.expr that return ModPairModifier and TypeMethodDescriptionAnalyzes a value expression and returns its type information.PgValueExpr.function(SQLParser.Function_callContext function) Analyzes a function call and returns its type information.Methods in org.pgcodekeeper.core.database.pg.parser.expr that return types with arguments of type ModPairModifier and TypeMethodDescriptionAnalyzes the given rule context.PgDelete.analyze(SQLParser.Delete_stmt_for_psqlContext delete) PgFunctionExp.analyze(SQLParser.Plpgsql_functionContext root) PgInsert.analyze(SQLParser.Insert_stmt_for_psqlContext insert) PgMerge.analyze(SQLParser.Merge_stmt_for_psqlContext merge) PgSelect.analyze(SQLParser.Perform_stmtContext perform) Analyzes a PERFORM statement and returns the result types.PgSelect.analyze(SQLParser.Select_stmt_no_parensContext ruleCtx) Analyzes a SELECT statement without parentheses and returns the result types.PgSelect.analyze(SQLParser.Select_stmtContext ruleCtx) PgSelect.analyze(PgSelectStmt select) Analyzes a SELECT statement wrapper and returns the result types.PgSqlFunctionBody.analyze(SQLParser.Function_bodyContext ctx) Analyzes a function body context and returns empty result list.PgUpdate.analyze(SQLParser.Update_stmt_for_psqlContext update) PgValueExprWithNmspc.analyze(SQLParser.Vex_bContext vex) Analyzes a value expression context.PgValueExprWithNmspc.analyze(SQLParser.VexContext vex) Analyzes a value expression rule context.PgAbstractStatements.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