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