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