Searched refs:JoinRowSet (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetFactory.java76 * <p>Creates a new instance of a JoinRowSet.</p>
78 * @return A new instance of a JoinRowSet.
80 * @throws SQLException if a JoinRowSet cannot
85 public JoinRowSet createJoinRowSet() throws SQLException;
H A DJoinRowSet.java38 * The <code>JoinRowSet</code> interface provides a mechanism for combining related
39 * data from different <code>RowSet</code> objects into one <code>JoinRowSet</code>
41 * In other words, a <code>JoinRowSet</code> object acts as a
57 * reconnecting to the data source. The <code>JoinRowSet</code>
61 * can be added to a <code>JoinRowSet</code> object to become
69 * <code>JdbcRowSet</code> object to be added to a <code>JoinRowSet</code> object
73 * instance of <code>JoinRowSet</code> provided that they
83 * a <code>JoinRowSet</code> object establishes <code>JOIN</code> relationships
88 * one of the <code>JoinRowSet</code> constants using the method
99 * <code>JoinRowSet</cod
223 public interface JoinRowSet extends WebRowSet { interface in inherits:WebRowSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java32 import javax.sql.rowset.JoinRowSet;
61 public JoinRowSet createJoinRowSet() throws SQLException {
H A DJoinRowSetImpl.java40 * 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</cod
[all...]

Completed in 43 milliseconds