Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.OrOperatorContext
-
Packages that use SQL92StatementParser.OrOperatorContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQL92StatementParser.OrOperatorContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.OrOperatorContext Modifier and Type Method Description SQL92StatementParser.OrOperatorContextSQL92StatementParser.ExprContext. orOperator()SQL92StatementParser.OrOperatorContextSQL92StatementParser. orOperator()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.OrOperatorContext Modifier and Type Method Description TSQL92StatementBaseVisitor. visitOrOperator(SQL92StatementParser.OrOperatorContext ctx)Visit a parse tree produced bySQL92StatementParser.orOperator().TSQL92StatementVisitor. visitOrOperator(SQL92StatementParser.OrOperatorContext ctx)Visit a parse tree produced bySQL92StatementParser.orOperator().
-