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