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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinRowSet.java95 * <LI><code>RIGHT_OUTER_JOIN</code>
443 * Indicates if RIGHT_OUTER_JOIN is supported by a JoinRowSet
446 * @return true is the RIGHT_OUTER_JOIN is supported; false otherwise
490 * <code>LEFT_OUTER_JOIN</code>, <code>RIGHT_OUTER_JOIN</code> or
527 public static int RIGHT_OUTER_JOIN = 3; field in interface:JoinRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java506 * an SQL <code>RIGHT_OUTER_JOIN</code> and <code>false</code> if it does not.
508 * @return true is the RIGHT_OUTER_JOIN is supported; false otherwise
511 return supportedJOINs[JoinRowSet.RIGHT_OUTER_JOIN];
542 * <code>JoinRowSet.RIGHT_OUTER_JOIN</code>, or

Completed in 44 milliseconds