Lines Matching refs:JoinRowSet

40  * The standard implementation of the <code>JoinRowSet</code>
48 * Typically, a <code>JoinRowSet</code> implementation is leveraged by
58 public class JoinRowSetImpl extends WebRowSetImpl implements JoinRowSet {
61 * that have been added to this <code>JoinRowSet</code> object.
67 * <code>JoinRowSet</code> object.
68 * When <code>RowSet</code> objects are added to this <code>JoinRowSet</code>
71 * <code>JoinRowSet</code> object can use <i>crsInternal</i> methods in their
78 * for this <code>JoinRowSet</code> object.
101 * by this <code>JoinRowSet</code> implementation.
106 * The <code>WebRowSet</code> object that encapsulates this <code>JoinRowSet</code>
107 * object. This <code>WebRowSet</code> object allows this <code>JoinRowSet</code>
116 * structures to provide mechanisms required for <code>JoinRowSet</code> interface
142 * <code>JoinRowSet</code> object. If this
143 * rowset is the first to be added to the <code>JoinRowSet</code>
152 * to this <code>JoinRowSet</code> object
154 * <code>JoinRowSet</code>; if a match column is not set; or if an
250 // default type is JoinRowSet.INNER_JOIN which should
252 // keep on adding join type as JoinRowSet.INNER_JOIN
262 * object is the first to be added to this <code>JoinRowSet</code>
275 * <code>JoinRowSet</code> object, (2) a match column has not been set,
292 * object is the first to be added to this <code>JoinRowSet</code>
305 * <code>JoinRowSet</code> object, (2) a match column has not been set,
319 * is the first to be added to this <code>JoinRowSet</code>
362 * is the first to be added to this <code>JoinRowSet</code>
384 * <code>JoinRowSet</code>, if a match column is not set,
406 * currently residing with the instance of the <code>JoinRowSet</code>
422 * with the <code>JoinRowSet</code> object instance.
441 * in this <code>JoinRowSet</code> object.
443 * If any updates or modifications have been applied to this <code>JoinRowSet</code>
455 * To persist changes back to the data source, the <code>JoinRowSet</code> object
462 * <code>JoinRowSet</code> object
474 * Returns <code>true</code> if this <code>JoinRowSet</code> object supports
481 return supportedJOINs[JoinRowSet.CROSS_JOIN];
485 * Returns <code>true</code> if this <code>JoinRowSet</code> object supports
491 return supportedJOINs[JoinRowSet.INNER_JOIN];
495 * Returns <code>true</code> if this <code>JoinRowSet</code> object supports
501 return supportedJOINs[JoinRowSet.LEFT_OUTER_JOIN];
505 * Returns <code>true</code> if this <code>JoinRowSet</code> object supports
511 return supportedJOINs[JoinRowSet.RIGHT_OUTER_JOIN];
515 * Returns <code>true</code> if this <code>JoinRowSet</code> object supports
521 return supportedJOINs[JoinRowSet.FULL_JOIN];
526 * Sets the type of SQL <code>JOIN</code> that this <code>JoinRowSet</code>
529 * on tables contained within this <code>JoinRowSet</code> object and to do it
536 * @param type one of the standard <code>JoinRowSet</code> constants
539 * <code>JoinRowSet.CROSS_JOIN</code>
540 * <code>JoinRowSet.INNER_JOIN</code>
541 * <code>JoinRowSet.LEFT_OUTER_JOIN</code>
542 * <code>JoinRowSet.RIGHT_OUTER_JOIN</code>, or
543 * <code>JoinRowSet.FULL_JOIN</code>
550 if (type >= JoinRowSet.CROSS_JOIN && type <= JoinRowSet.FULL_JOIN) {
551 if (type != JoinRowSet.INNER_JOIN) {
555 Integer Intgr = Integer.valueOf(JoinRowSet.INNER_JOIN);
580 * Internal initialization of <code>JoinRowSet</code>.
616 // to set to JoinRowSet.INNER_JOIN.
626 // recently, so set it to setJoinType() to JoinRowSet.INNER_JOIN.
629 setJoinType(JoinRowSet.INNER_JOIN);
690 // re create a JoinRowSet in crsTemp object
865 * in a <code>JoinRowSet</code> object instance. An implementation can describe
868 * applications using a <code>JoinRowSet</code>.
871 * <code>WHERE</code> cluase used in the <code>JoinRowSet</code> instance
2154 * match the SQL name of a column in this <code>JoinRowSet</code>
2157 * column names for this <code>JoinRowSet</code> object
4048 * properties that the <code>JoinRowSet</code> implementation
4090 * Writes this <code>JoinRowSet</code> object to the given
4103 * Reads this <code>JoinRowSet</code> object in its XML format.
4170 * @return joinType One of the standard JoinRowSet static field JOIN types
4175 // Default JoinRowSet type
4176 this.setJoinType(JoinRowSet.INNER_JOIN);
4183 * The listener will be notified whenever an event occurs on this <code>JoinRowSet</code>
4200 * of any events that occur on this <code>JoinRowSet</code> object; May be
4209 * Removes the designated object from this <code>JoinRowSet</code> object's list of listeners.
4218 * of listeners for this <code>JoinRowSet</code> object