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