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