Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.UndoModeClauseContext
-
Packages that use OracleStatementParser.UndoModeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.UndoModeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.UndoModeClauseContext Modifier and Type Method Description OracleStatementParser.UndoModeClauseContextOracleStatementParser.DefaultSettingsClausesContext. undoModeClause()OracleStatementParser.UndoModeClauseContextOracleStatementParser.EnablePluggableDatabaseContext. undoModeClause()OracleStatementParser.UndoModeClauseContextOracleStatementParser. undoModeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.UndoModeClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitUndoModeClause(OracleStatementParser.UndoModeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.undoModeClause().TOracleStatementVisitor. visitUndoModeClause(OracleStatementParser.UndoModeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.undoModeClause().
-