Searched defs:RIGHT_OUTER_JOIN (Results 1 - 1 of 1) 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

Completed in 30 milliseconds