Searched refs:strMatchKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java97 private String strMatchKey ; field in class:JoinRowSetImpl
129 strMatchKey = null;
211 strMatchKey = (cRowset.getMatchColumnNames())[0];
227 if( (strMatchKey = (cRowset.getMatchColumnNames())[i]) != null) {
228 iMatchKey = cRowset.findColumn(strMatchKey);
245 // Now both iMatchKey and strMatchKey have been set pointing

Completed in 1202 milliseconds