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