Public Properties
Property | Description |
---|---|
Name | Name of the Subpartition. Does not apply to HASH partitions specified by number. DATATYPE: String. |
Number | Number of the Subpartition. Subpartition Numbers determine the order in which the subpartitions appear in the DDL. DATATYPE: Integer. |
SubpartitionType | Type of this Subpartition. Valid values are: LIST, RANGE, or NONE, if the Partition Type is not COMPOSITE. DATATYPE: String. |
Tablespace | Tablespace of the Subpartition. DATATYPE: String. |
Values | List of Values of the Subpartition. Applies only to LIST subpartitions. DATATYPE: String. |
See Also