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

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java103 boolean[] supportedJOINs; field in class:JoinRowSetImpl
130 supportedJOINs =
481 return supportedJOINs[JoinRowSet.CROSS_JOIN];
491 return supportedJOINs[JoinRowSet.INNER_JOIN];
501 return supportedJOINs[JoinRowSet.LEFT_OUTER_JOIN];
511 return supportedJOINs[JoinRowSet.RIGHT_OUTER_JOIN];
521 return supportedJOINs[JoinRowSet.FULL_JOIN];
593 if (!supportedJOINs[1]) {

Completed in 42 milliseconds