Sets a row mapping for the table to use. The row map rearranges the values of a row into a different order.
Tags:
access:
public
Parameters:
array
$map
The map should define value for all keys corresponding to the columns that it want changed in each row. The value should be the column to which the value should be moved. For instance the array (1 => 4, 4 => 1) will rearrange the values so that the second columns' values are moved to the fifth column and vice versa. Observe that the first column has index 0 and so on.