Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.OrOperatorContext
-
Packages that use PostgreSQLStatementParser.OrOperatorContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.OrOperatorContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.OrOperatorContext Modifier and Type Method Description PostgreSQLStatementParser.OrOperatorContextPostgreSQLStatementParser.AExprContext. orOperator()PostgreSQLStatementParser.OrOperatorContextPostgreSQLStatementParser. orOperator()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.OrOperatorContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitOrOperator(PostgreSQLStatementParser.OrOperatorContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.orOperator().TPostgreSQLStatementParserVisitor. visitOrOperator(PostgreSQLStatementParser.OrOperatorContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.orOperator().
-