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