Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.StopRollingPatchClauseContext
-
Packages that use OracleStatementParser.StopRollingPatchClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.StopRollingPatchClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.StopRollingPatchClauseContext Modifier and Type Method Description OracleStatementParser.StopRollingPatchClauseContextOracleStatementParser.RollingPatchClausesContext. stopRollingPatchClause()OracleStatementParser.StopRollingPatchClauseContextOracleStatementParser. stopRollingPatchClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.StopRollingPatchClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitStopRollingPatchClause(OracleStatementParser.StopRollingPatchClauseContext ctx)Visit a parse tree produced byOracleStatementParser.stopRollingPatchClause().TOracleStatementVisitor. visitStopRollingPatchClause(OracleStatementParser.StopRollingPatchClauseContext ctx)Visit a parse tree produced byOracleStatementParser.stopRollingPatchClause().
-