Method | Description |
---|
Add | Add a new OracleIndexPartition object. PARAMETERS: HighValues (String). |
AddColumnToPartitionKey | Add another column to the partition key. For type LIST, the passed in column replaces the previous column. PARAMETERS: Name (String). |
DeleteColumnFromPartitionKey | Delete a column from the partition key. Cannot delete last column in key. PARAMETERS: Name (String). |
DeletePartitionKey | Delete all columns in the partition key. This also deletes all partitions and all subpartitions and the subpartition key. |
GetPartitionColumnNumber | Looks for the column in the partition key. If found, it returns the column's number. PARAMETERS: Partition Column Name (String). RETURN DATATYPE: Integer. |
Remove | Remove a OracleIndexPartition specified by the given Number. PARAMETERS: Number (Integer). |
RemoveByName | Remove the OracleIndexPartition specified by the given Name. PARAMETERS: Name (String). |
SetPartitionColumnNumber | Change the sequence of the columns in the partition key by setting the number of a column. PARAMETERS: Partition Column Name (String), Number (Integer). |