Searched refs:FULL_JOIN (Results 1 - 2 of 2) 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
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java516 * an SQL <code>FULL_JOIN</code> and <code>false</code> if it does not.
518 * @return true is the FULL_JOIN is supported; false otherwise
521 return supportedJOINs[JoinRowSet.FULL_JOIN];
543 * <code>JoinRowSet.FULL_JOIN</code>
550 if (type >= JoinRowSet.CROSS_JOIN && type <= JoinRowSet.FULL_JOIN) {

Completed in 72 milliseconds