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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetFactory.java64 * <p>Creates a new instance of a JdbcRowSet.</p>
66 * @return A new instance of a JdbcRowSet.
68 * @throws SQLException if a JdbcRowSet cannot
73 public JdbcRowSet createJdbcRowSet() throws SQLException;
H A DJdbcRowSet.java37 * <code>JdbcRowSet</code> must implement.
42 * component. Thus, a <code>JdbcRowSet</code> object can be one of the Beans that
44 * a <code>JdbcRowSet</code> is a connected rowset, that is, it continually
49 * <code>JdbcRowSet</code>
54 * Another advantage of a <code>JdbcRowSet</code> object is that it can be
58 * of result sets, an application can populate a <code>JdbcRowSet</code> object
60 * <code>JdbcRowSet</code> object as if it were the <code>ResultSet</code>
63 * <h3>2.0 Creating a <code>JdbcRowSet</code> Object</h3>
64 * The reference implementation of the <code>JdbcRowSet</code> interface,
77 * appropriate private <code>JdbcRowSet</cod
124 public interface JdbcRowSet extends RowSet, Joinable { interface in inherits:RowSet,Joinable
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java31 import javax.sql.rowset.JdbcRowSet;
57 public JdbcRowSet createJdbcRowSet() throws SQLException {
H A DJdbcRowSetImpl.java39 * The standard implementation of the <code>JdbcRowSet</code> interface. See the interface
45 public class JdbcRowSetImpl extends BaseRowSet implements JdbcRowSet, Joinable {
72 * a <code>ResultSet</code> object is passed to the <code>JdbcRowSet</code>
88 * properties are changed in the <code>JdbcRowSet</code> object. This property
107 * Constructs a default <code>JdbcRowSet</code> object.
108 * The new instance of <code>JdbcRowSet</code> will serve as a proxy
113 * The following is true of a default <code>JdbcRowSet</code> instance:
128 * A newly created <code>JdbcRowSet</code> object must have its
228 * Constructs a default <code>JdbcRowSet</code> object given a
230 * instance of <code>JdbcRowSet</cod
[all...]

Completed in 35 milliseconds