Searched defs:FULL_JOIN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinRowSet.java92 * <LI><code>FULL_JOIN</code>
451 * Indicates if FULL_JOIN is supported by a JoinRowSet
454 * @return true is the FULL_JOIN is supported; false otherwise
491 * <code>FULL_JOIN</code>.
534 public static int FULL_JOIN = 4; field in interface:JoinRowSet

Completed in 88 milliseconds