Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitioningStorageClauseContext
-
Packages that use OracleStatementParser.PartitioningStorageClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitioningStorageClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitioningStorageClauseContext Modifier and Type Method Description OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser.AddHashPartitionClauseContext. partitioningStorageClause()OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser.IndividualHashPartitionsContext. partitioningStorageClause(int i)OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser.IndividualHashSubpartsContext. partitioningStorageClause()OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser.ListSubpartitionDescContext. partitioningStorageClause()OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser. partitioningStorageClause()OracleStatementParser.PartitioningStorageClauseContextOracleStatementParser.RangeSubpartitionDescContext. partitioningStorageClause()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.PartitioningStorageClauseContext Modifier and Type Method Description List<OracleStatementParser.PartitioningStorageClauseContext>OracleStatementParser.IndividualHashPartitionsContext. partitioningStorageClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitioningStorageClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitioningStorageClause().TOracleStatementVisitor. visitPartitioningStorageClause(OracleStatementParser.PartitioningStorageClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitioningStorageClause().
-