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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinRowSet.java94 * <LI><code>LEFT_OUTER_JOIN</code>
435 * Indicates if LEFT_OUTER_JOIN is supported by a JoinRowSet
438 * @return true is the LEFT_OUTER_JOIN is supported; false otherwise
490 * <code>LEFT_OUTER_JOIN</code>, <code>RIGHT_OUTER_JOIN</code> or
519 public static int LEFT_OUTER_JOIN = 2; field in interface:JoinRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java496 * an SQL <code>LEFT_OUTER_JOIN</code> and <code>false</code> if it does not.
498 * @return true is the LEFT_OUTER_JOIN is supported; false otherwise
501 return supportedJOINs[JoinRowSet.LEFT_OUTER_JOIN];
541 * <code>JoinRowSet.LEFT_OUTER_JOIN</code>

Completed in 45 milliseconds