| @{subPartition.name} |
@if{_sub.lowValueCount>0}
@{coalesce(subPartition.lowValue, "")} |
@{renderOptions.checkIcon(subPartition.lowValueInclusive)} |
@end{}
@if{_sub.highValueCount>0}
@{coalesce(subPartition.highValue, "")} |
@{renderOptions.checkIcon(subPartition.highValueInclusive)} |
@end{}
@if{_sub.compressionCount>0}
@{renderOptions.checkIcon(subPartition.compression)} |
@end{}
@if{_sub.tableSpaceCount>0}
@{subPartition.tableSpaceName} |
@end{}
@if{_sub.lobTableSpaceCount>0}
@{subPartition.lobTableSpaceName} |
@end{}
@if{_sub.indexTableSpaceCount>0}
@{subPartition.indexTableSpaceName} |
@end{}