Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
_ItemOracleTableSubpartition object specified by the given Number. PARAMETERS: Number (Integer).
_NewEnum
CountNumber of OracleTableSubpartition objects in this collection. For example, if this is the manager of a partition, then Count is the number of subpartitions specified for that partition. DATATYPE: Integer.
HashByNameReturns true if named HASH subpartitions exist. Setting this to TRUE zeroes out the HASH Quantity and deletes all existing tablespaces. Setting it to FALSE deletes all existing named HASH subpartitions. DATATYPE: Boolean.
HashQuantityHASH subpartitions only. Default number of subpartitions or zero if not specified. Can set this only if no named HASH subpartitions exist. HashType(FALSE) removes any remaining ones. DATATYPE: Integer.
ItemOracleTableSubpartition object specified by the given Number. PARAMETERS: Number (Integer).
SubpartitionTypeType of subpartition. Valid values are: HASH, LIST, or NONE if the partition type is not COMPOSITE. DATATYPE: String.

...