Searched defs:iMatchKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java92 private int iMatchKey; field in class:JoinRowSetImpl
128 iMatchKey = -1;
204 iMatchKey = (cRowset.getMatchColumnIndexes())[0];
228 iMatchKey = cRowset.findColumn(strMatchKey);
229 indices.add(iMatchKey);
243 //do nothing, iMatchKey is set.
245 // Now both iMatchKey and strMatchKey have been set pointing

Completed in 44 milliseconds