Uses of Class
org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Select_opsContext
Packages that use TSQLParser.Select_opsContext
Package
Description
-
Uses of TSQLParser.Select_opsContext in org.pgcodekeeper.core.parsers.antlr.ms.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ms.generated that return TSQLParser.Select_opsContextModifier and TypeMethodDescriptionTSQLParser.select_ops()TSQLParser.Select_ops_no_parensContext.select_ops(int i) TSQLParser.Select_opsContext.select_ops(int i) TSQLParser.Select_statementContext.select_ops()Methods in org.pgcodekeeper.core.parsers.antlr.ms.generated that return types with arguments of type TSQLParser.Select_opsContextModifier and TypeMethodDescriptionTSQLParser.Select_ops_no_parensContext.select_ops()TSQLParser.Select_opsContext.select_ops() -
Uses of TSQLParser.Select_opsContext in org.pgcodekeeper.core.parsers.antlr.ms.rulectx
Methods in org.pgcodekeeper.core.parsers.antlr.ms.rulectx that return types with arguments of type TSQLParser.Select_opsContextConstructors in org.pgcodekeeper.core.parsers.antlr.ms.rulectx with parameters of type TSQLParser.Select_opsContextModifierConstructorDescriptionCreates a wrapper for parenthesized Microsoft SQL SELECT operations.