Uses of Class
org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Select_opsContext
Packages that use SQLParser.Select_opsContext
Package
Description
-
Uses of SQLParser.Select_opsContext in org.pgcodekeeper.core.parsers.antlr.pg.generated
Methods in org.pgcodekeeper.core.parsers.antlr.pg.generated that return SQLParser.Select_opsContextModifier and TypeMethodDescriptionSQLParser.Perform_stmtContext.select_ops()SQLParser.select_ops()SQLParser.Select_ops_no_parensContext.select_ops()SQLParser.Select_opsContext.select_ops(int i) SQLParser.Select_stmtContext.select_ops()Methods in org.pgcodekeeper.core.parsers.antlr.pg.generated that return types with arguments of type SQLParser.Select_opsContext -
Uses of SQLParser.Select_opsContext in org.pgcodekeeper.core.parsers.antlr.pg.rulectx
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.rulectx with parameters of type SQLParser.Select_opsContextModifierConstructorDescriptionCreates a wrapper for parenthesized SELECT operations.