Uses of Class
org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.After_opsContext
Packages that use SQLParser.After_opsContext
Package
Description
-
Uses of SQLParser.After_opsContext in org.pgcodekeeper.core.parsers.antlr.pg.generated
Methods in org.pgcodekeeper.core.parsers.antlr.pg.generated that return SQLParser.After_opsContextModifier and TypeMethodDescriptionSQLParser.after_ops()SQLParser.Perform_stmtContext.after_ops(int i) SQLParser.Select_stmt_no_parensContext.after_ops(int i) SQLParser.Select_stmtContext.after_ops(int i) Methods in org.pgcodekeeper.core.parsers.antlr.pg.generated that return types with arguments of type SQLParser.After_opsContext -
Uses of SQLParser.After_opsContext in org.pgcodekeeper.core.parsers.antlr.pg.rulectx
Methods in org.pgcodekeeper.core.parsers.antlr.pg.rulectx that return types with arguments of type SQLParser.After_opsContextModifier and TypeMethodDescriptionSelectStmt.afterOps()Returns the list of operations that come after the main SELECT.