Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DropMaterializedViewContext
-
Packages that use OracleStatementParser.DropMaterializedViewContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.DropMaterializedViewContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DropMaterializedViewContext Modifier and Type Method Description OracleStatementParser.DropMaterializedViewContextOracleStatementParser. dropMaterializedView()OracleStatementParser.DropMaterializedViewContextOracleStatementParser.ExecuteContext. dropMaterializedView()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DropMaterializedViewContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDropMaterializedView(OracleStatementParser.DropMaterializedViewContext ctx)Visit a parse tree produced byOracleStatementParser.dropMaterializedView().TOracleStatementVisitor. visitDropMaterializedView(OracleStatementParser.DropMaterializedViewContext ctx)Visit a parse tree produced byOracleStatementParser.dropMaterializedView(). -
Uses of OracleStatementParser.DropMaterializedViewContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.DropMaterializedViewContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitDropMaterializedView(OracleStatementParser.DropMaterializedViewContext ctx)
-