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

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java81 private Vector<Integer> vecJoinType; field in class:JoinRowSetImpl
126 vecJoinType = new Vector<Integer>();
253 // to vecJoinType.
556 vecJoinType.add(Intgr);
613 // Check the size of vecJoinType and vecRowSetsInJoin
618 // For two rowsets one (valid) entry should be there in vecJoinType
619 // For three rowsets two (valid) entries should be there in vecJoinType
621 // Maintain vecRowSetsInJoin = vecJoinType + 1
624 if( (vecRowSetsInJOIN.size() - vecJoinType.size() ) == 2 ) {
630 } else if( (vecRowSetsInJOIN.size() - vecJoinType
[all...]

Completed in 30 milliseconds