Uses of Class
com.blazebit.persistence.parser.SQLParser.Switch_sectionContext
| Package | Description |
|---|---|
| com.blazebit.persistence.parser |
-
Uses of SQLParser.Switch_sectionContext in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser that return SQLParser.Switch_sectionContext Modifier and Type Method Description SQLParser.Switch_sectionContextSQLParser.Case_expressionContext. switch_section(int i)SQLParser.Switch_sectionContextSQLParser. switch_section()Methods in com.blazebit.persistence.parser that return types with arguments of type SQLParser.Switch_sectionContext Modifier and Type Method Description List<SQLParser.Switch_sectionContext>SQLParser.Case_expressionContext. switch_section()Methods in com.blazebit.persistence.parser with parameters of type SQLParser.Switch_sectionContext Modifier and Type Method Description voidSQLParserBaseListener. enterSwitch_section(SQLParser.Switch_sectionContext ctx)Enter a parse tree produced bySQLParser.switch_section().voidSQLParserListener. enterSwitch_section(SQLParser.Switch_sectionContext ctx)Enter a parse tree produced bySQLParser.switch_section().voidSQLParserBaseListener. exitSwitch_section(SQLParser.Switch_sectionContext ctx)Exit a parse tree produced bySQLParser.switch_section().voidSQLParserListener. exitSwitch_section(SQLParser.Switch_sectionContext ctx)Exit a parse tree produced bySQLParser.switch_section().TSQLParserBaseVisitor. visitSwitch_section(SQLParser.Switch_sectionContext ctx)Visit a parse tree produced bySQLParser.switch_section().TSQLParserVisitor. visitSwitch_section(SQLParser.Switch_sectionContext ctx)Visit a parse tree produced bySQLParser.switch_section().