Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PredicateContext
-
Packages that use OracleStatementParser.PredicateContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement -
-
Uses of OracleStatementParser.PredicateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PredicateContext Modifier and Type Method Description OracleStatementParser.PredicateContextOracleStatementParser.BooleanPrimaryContext. predicate()OracleStatementParser.PredicateContextOracleStatementParser.FilterClauseContext. predicate()OracleStatementParser.PredicateContextOracleStatementParser. predicate()OracleStatementParser.PredicateContextOracleStatementParser.PredicateContext. predicate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PredicateContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPredicate(OracleStatementParser.PredicateContext ctx)Visit a parse tree produced byOracleStatementParser.predicate().TOracleStatementVisitor. visitPredicate(OracleStatementParser.PredicateContext ctx)Visit a parse tree produced byOracleStatementParser.predicate(). -
Uses of OracleStatementParser.PredicateContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement with parameters of type OracleStatementParser.PredicateContext Modifier and Type Method Description ASTNodeOracleStatementVisitor. visitPredicate(OracleStatementParser.PredicateContext ctx)
-