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