Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.OrOperatorContext
Packages that use SQL92StatementParser.OrOperatorContext
-
Uses of SQL92StatementParser.OrOperatorContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.OrOperatorContextModifier and TypeMethodDescriptionSQL92StatementParser.ExprContext.orOperator()SQL92StatementParser.orOperator()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.OrOperatorContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitOrOperator(SQL92StatementParser.OrOperatorContext ctx) Visit a parse tree produced bySQL92StatementParser.orOperator().SQL92StatementVisitor.visitOrOperator(SQL92StatementParser.OrOperatorContext ctx) Visit a parse tree produced bySQL92StatementParser.orOperator().