Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DeallocateUnusedClauseContext
-
Packages that use OracleStatementParser.DeallocateUnusedClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.DeallocateUnusedClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.DeallocateUnusedClauseContext Modifier and Type Method Description List<OracleStatementParser.DeallocateUnusedClauseContext>OracleStatementParser.AlterClusterContext. deallocateUnusedClause()List<OracleStatementParser.DeallocateUnusedClauseContext>OracleStatementParser.OverflowClauseContext. deallocateUnusedClause()List<OracleStatementParser.DeallocateUnusedClauseContext>OracleStatementParser.PartitionAttributesContext. deallocateUnusedClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DeallocateUnusedClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDeallocateUnusedClause(OracleStatementParser.DeallocateUnusedClauseContext ctx)Visit a parse tree produced byOracleStatementParser.deallocateUnusedClause().TOracleStatementVisitor. visitDeallocateUnusedClause(OracleStatementParser.DeallocateUnusedClauseContext ctx)Visit a parse tree produced byOracleStatementParser.deallocateUnusedClause().
-