Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.UndoTablespaceContext
-
Packages that use OracleStatementParser.UndoTablespaceContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.UndoTablespaceContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.UndoTablespaceContext Modifier and Type Method Description OracleStatementParser.UndoTablespaceContextOracleStatementParser.TablespaceClausesContext. undoTablespace()OracleStatementParser.UndoTablespaceContextOracleStatementParser. undoTablespace()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.UndoTablespaceContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitUndoTablespace(OracleStatementParser.UndoTablespaceContext ctx)Visit a parse tree produced byOracleStatementParser.undoTablespace().TOracleStatementVisitor. visitUndoTablespace(OracleStatementParser.UndoTablespaceContext ctx)Visit a parse tree produced byOracleStatementParser.undoTablespace().
-