Versions Compared

Key

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

Public Methods

MethodDescription

Add a new TablePartition object. PARAMETERS: HighValues as String.

Add another column to the partition key. For type LIST, the passed-in column replaces the previous column. PARAMETERS: Name as String.

Delete a column from the partition key. Cannot delete last column in key. PARAMETERS: Name as String.

Delete all columns in the partition key. This also deletes all partitions and all subpartitions including the subpartition key.

Look 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.

Remove a TablePartition specified by the given Number. PARAMETERS: Number as Integer.

Remove the TablePartition specified by the given Name. PARAMETERS: Name as String.

Change 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

Returns a DB2OS390TablePartition object specified by the given Identifier (GUID or Number). PARAMETERS: Identifier as String or Integer.



Number of OracleTablePartition objects in the collection. DATATYPE: Integer.

Names of the columns in the PartitionKey as a comma separated list in sequence order. DATATYPE: String.

Returns a DB2OS390TablePartition object specified by the given Identifier (GUID or Number). PARAMETERS: Identifier as String or Integer.
Info
titleSee Also