Public Methods

MethodDescription
AddAdd a new TablePartition object. PARAMETERS: HighValues as String.
AddColumnToPartitionKeyAdd another column to the partition key. For type LIST, the passed-in column replaces the previous column. PARAMETERS: Name as String.
DeleteColumnFromPartitionKeyDelete a column from the partition key. Cannot delete last column in key. PARAMETERS: Name as String.
DeletePartitionKeyDelete all columns in the partition key. This also deletes all partitions and all subpartitions including the subpartition key.
GetPartitionColumnNumberLook for the column in the partition key. If it finds it, then it returns the column's number. PARAMETERS: Name of the partition column as String. RETURN DATATYPE: Integer.
RemoveRemove a TablePartition specified by the given Number. PARAMETERS: Number as Integer.
RemoveByNameRemove the TablePartition specified by the given Name. PARAMETERS: Name as String.
SetPartitionColumnNumberChange the sequence of the columns in the partition key by setting the number of a column. PARAMETERS: Name of the partition column as String, Number as Integer.

Public Properties

PropertyDescription
_ItemReturns a DB2OS390TablePartition object specified by the given Identifier (GUID or Number). PARAMETERS: Identifier as String or Integer.
_NewEnum
CountNumber of OracleTablePartition objects in the collection. DATATYPE: Integer.
GetPartitionKeyColumnsNames of the columns in the PartitionKey as a comma separated list in sequence order. DATATYPE: String.
ItemReturns a DB2OS390TablePartition object specified by the given Identifier (GUID or Number). PARAMETERS: Identifier as String or Integer.
  • No labels