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

Completed in 30 milliseconds