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