Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.OrOperatorContext
-
Packages that use OpenGaussStatementParser.OrOperatorContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.OrOperatorContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.OrOperatorContext Modifier and Type Method Description OpenGaussStatementParser.OrOperatorContextOpenGaussStatementParser.AExprContext. orOperator()OpenGaussStatementParser.OrOperatorContextOpenGaussStatementParser. orOperator()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.OrOperatorContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitOrOperator(OpenGaussStatementParser.OrOperatorContext ctx)Visit a parse tree produced byOpenGaussStatementParser.orOperator().TOpenGaussStatementVisitor. visitOrOperator(OpenGaussStatementParser.OrOperatorContext ctx)Visit a parse tree produced byOpenGaussStatementParser.orOperator().
-