set_key_columns


Description:

public void set_key_columns (int[] col_numbers)

Defines the columns which will be used as a key when searching data.

This is not mandatory but will speed things up as less data will be processed.

Parameters:

this

a DataComparator object

col_numbers

an array of col_numbers.length values

nb_cols

the size of the col_numbers array