public int find(String key, int keyColumnIdx)(Code)
Locate a key value in the underlying data source
Parameters: key - the key to locate Parameters: keyColumnIdx - the index of the key column the row/record index taht contains the first instance of the key,or -1 if the key is not found