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