Lines Matching refs:JdbcRowSet

39  * 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</code> will serve as a proxy for
235 * The following is true of a default <code>JdbcRowSet</code> instance:
250 * A newly created <code>JdbcRowSet</code> object must have its
301 * Constructs a default <code>JdbcRowSet</code> object using the
303 * instance of <code>JdbcRowSet</code> will serve as a proxy for
309 * The following is true of a default <code>JdbcRowSet</code> instance:
325 * @param url - a JDBC URL for the database to which this <code>JdbcRowSet</code>
389 * Constructs a <code>JdbcRowSet</code> object using the given valid
391 * instance of <code>JdbcRowSet</code> will serve as a proxy for
397 * The following is true of a default <code>JdbcRowSet</code> instance:
530 * <code>JdbcRowSet</code> object is a wrapper, effectively
1604 // It may be the case that JdbcRowSet might not have been
1606 // internally when we set JdbcRowSet.setCommand().
4009 * <code>JdbcRowSet</code> object.
4023 * <code>JdbcRowSet</code> object.
4035 * Commits all updates in this <code>JdbcRowSet</code> object by
4038 * This method sets this <code>JdbcRowSet</code> object's private field
4042 * (The field <code>rs</code> is this <code>JdbcRowSet</code> object's
4063 * <code>JdbcRowSet</code>
4076 // a JdbcRowSet is always connected to a db, it is fine
4091 * Returns the auto-commit status with this <code>JdbcRowSet</code>.
4101 * Rolls back all the updates in this <code>JdbcRowSet</code> object by
4104 * This method sets this <code>JdbcRowSet</code> object's private field
4106 * (The field <code>rs</code> is this <code>JdbcRowSet</code> object's
4125 * Rollbacks all the updates in the <code>JdbcRowSet</code> back to the
4163 * Gets this <code>JdbcRowSet</code> object's Connection property
4177 * Sets this <code>JdbcRowSet</code> object's connection property
4191 * Gets this <code>JdbcRowSet</code> object's PreparedStatement property
4205 * Sets this <code>JdbcRowSet</code> object's preparedtsatement property
4219 * Gets this <code>JdbcRowSet</code> object's ResultSet property
4236 * Sets this <code>JdbcRowSet</code> object's resultset property
4253 * Sets this <code>JdbcRowSet</code> object's <code>command</code> property to
4259 * this method sets this <code>JdbcRowSet</code> object's private fields
4299 * Sets the <code>dataSourceName</code> property for this <code>JdbcRowSet</code>
4300 * object to the given logical name and sets this <code>JdbcRowSet</code> object's
4303 * this method sets this <code>JdbcRowSet</code> object's private fields
4352 * Sets the Url property for this <code>JdbcRowSet</code> object
4357 * this method sets this <code>JdbcRowSet</code> object's private fields
4417 * Sets the username property for this <code>JdbcRowSet</code> object
4424 * this method sets this <code>JdbcRowSet</code> object's private fields
4461 * Sets the password property for this <code>JdbcRowSet</code> object
4468 * this method sets this <code>JdbcRowSet</code> object's private fields
4575 * objects (<code>JdbcRowSet</code> objects).