Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DropMaterializedViewLogContext
-
-
Uses of OracleStatementParser.DropMaterializedViewLogContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DropMaterializedViewLogContext Modifier and Type Method Description OracleStatementParser.DropMaterializedViewLogContextOracleStatementParser. dropMaterializedViewLog()OracleStatementParser.DropMaterializedViewLogContextOracleStatementParser.ExecuteContext. dropMaterializedViewLog()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DropMaterializedViewLogContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDropMaterializedViewLog(OracleStatementParser.DropMaterializedViewLogContext ctx)Visit a parse tree produced byOracleStatementParser.dropMaterializedViewLog().TOracleStatementVisitor. visitDropMaterializedViewLog(OracleStatementParser.DropMaterializedViewLogContext ctx)Visit a parse tree produced byOracleStatementParser.dropMaterializedViewLog(). -
Uses of OracleStatementParser.DropMaterializedViewLogContext 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.DropMaterializedViewLogContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitDropMaterializedViewLog(OracleStatementParser.DropMaterializedViewLogContext ctx)
-