Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.EditionNameContext
-
Packages that use OracleStatementParser.EditionNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.EditionNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.EditionNameContext Modifier and Type Method Description List<OracleStatementParser.EditionNameContext>OracleStatementParser.CreateEditionContext. editionName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.EditionNameContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitEditionName(OracleStatementParser.EditionNameContext ctx)Visit a parse tree produced byOracleStatementParser.editionName().TOracleStatementVisitor. visitEditionName(OracleStatementParser.EditionNameContext ctx)Visit a parse tree produced byOracleStatementParser.editionName().
-