Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PatternMatchingConditionContext
-
Packages that use OracleStatementParser.PatternMatchingConditionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PatternMatchingConditionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PatternMatchingConditionContext Modifier and Type Method Description OracleStatementParser.PatternMatchingConditionContextOracleStatementParser.ConditionContext. patternMatchingCondition()OracleStatementParser.PatternMatchingConditionContextOracleStatementParser. patternMatchingCondition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PatternMatchingConditionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPatternMatchingCondition(OracleStatementParser.PatternMatchingConditionContext ctx)Visit a parse tree produced byOracleStatementParser.patternMatchingCondition().TOracleStatementVisitor. visitPatternMatchingCondition(OracleStatementParser.PatternMatchingConditionContext ctx)Visit a parse tree produced byOracleStatementParser.patternMatchingCondition().
-