Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.WithoutPhaseContext
-
Packages that use OracleStatementParser.WithoutPhaseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.WithoutPhaseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.WithoutPhaseContext Modifier and Type Method Description OracleStatementParser.WithoutPhaseContextOracleStatementParser. withoutPhase()OracleStatementParser.WithoutPhaseContextOracleStatementParser.WithoutPhasesContext. withoutPhase(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.WithoutPhaseContext Modifier and Type Method Description List<OracleStatementParser.WithoutPhaseContext>OracleStatementParser.WithoutPhasesContext. withoutPhase()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.WithoutPhaseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitWithoutPhase(OracleStatementParser.WithoutPhaseContext ctx)Visit a parse tree produced byOracleStatementParser.withoutPhase().TOracleStatementVisitor. visitWithoutPhase(OracleStatementParser.WithoutPhaseContext ctx)Visit a parse tree produced byOracleStatementParser.withoutPhase().
-