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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinRowSet.java93 * <LI><code>INNER_JOIN</code> - the default if no <code>JOIN</code> type has been set
135 * which is <i>INNER_JOIN</i>, is established.
427 * Indicates if INNER_JOIN is supported by a JoinRowSet
430 * @return true is the INNER_JOIN is supported; false otherwise
489 * standard JoinRowSet types: <code>CROSS_JOIN</code>, <code>INNER_JOIN</code>,
494 * definitions of a SQL <code>JOIN</code>. <code>JoinRowSet.INNER_JOIN</code>
512 public static int INNER_JOIN = 1; field in interface:JoinRowSet

Completed in 54 milliseconds