Lines Matching refs:rowset

26 package javax.sql.rowset;
35 import javax.sql.rowset.*;
239 * @param rowset the <code>RowSet</code> object that is to be added to this
242 * @throws SQLException if (1) an empty rowset is added to the to this
244 * set for <i>rowset</i>, or (3) <i>rowset</i>
248 public void addRowSet(Joinable rowset) throws SQLException;
261 * @param rowset the <code>RowSet</code> object that is to be added to this
266 * @throws SQLException if (1) <i>rowset</i> is an empty rowset or
267 * (2) <i>rowset</i> violates the active <code>JOIN</code>
270 public void addRowSet(RowSet rowset, int columnIdx) throws SQLException;
273 * Adds <i>rowset</i> to this <code>JoinRowSet</code> object and
274 * sets the designated column as the match column. If <i>rowset</i>
282 * @param rowset the <code>RowSet</code> object that is to be added to this
287 * @throws SQLException if (1) <i>rowset</i> is an empty rowset or
288 * (2) the match column for <i>rowset</i> does not satisfy the
291 public void addRowSet(RowSet rowset,
301 * <code>RowSet</code> object in <i>rowset</i>, the second element of
303 * in <i>rowset</i>, and so on.
311 * @param rowset an array of one or more <code>RowSet</code> objects
316 * objects in <i>rowset</i>
317 * @throws SQLException if (1) an empty rowset is added to this
319 * for a <code>RowSet</code> object in <i>rowset</i>, or (3)
323 public void addRowSet(RowSet[] rowset,
333 * <code>RowSet</code> object in <i>rowset</i>, the second element of
335 * in <i>rowset</i>, and so on.
343 * @param rowset an array of one or more <code>RowSet</code> objects
348 * <code>RowSet</code> objects in <i>rowset</i>
349 * @throws SQLException if (1) an empty rowset is added to this
351 * for a <code>RowSet</code> object in <i>rowset</i>, or (3)
355 public void addRowSet(RowSet[] rowset,
413 * @see javax.sql.rowset.CachedRowSet
414 * @see javax.sql.rowset.spi.SyncProvider