Lines Matching refs:JdbcRowSet

37  * <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</code> fields with the following:
115 * <code>JdbcRowSet</code> reference implementation differs from that in the
124 public interface JdbcRowSet extends RowSet, Joinable {
175 * Retrieves the first warning reported by calls on this <code>JdbcRowSet</code>
177 * If a second warning was reported on this <code>JdbcRowSet</code> object,
180 * first warning. Subsequent warnings on this <code>JdbcRowSet</code>
189 * Because it is always connected to its data source, a <code>JdbcRowSet</code>
201 * object reported on this <code>JdbcRowSet</code> object
204 * <code>JdbcRowSet</code> object
210 * Each <code>JdbcRowSet</code> contains a <code>Connection</code> object from
221 * Connection object within this <code>JdbcRowSet</code> is in auto-commit mode
228 * Each <code>JdbcRowSet</code> contains a <code>Connection</code> object from
231 * to allow an application to determine the <code>JdbcRowSet</code> transaction
248 * Each <code>JdbcRowSet</code> contains a <code>Connection</code> object from
251 * to allow an application to set the <code>JdbcRowSet</code> transaction behavior.
261 * Each <code>JdbcRowSet</code> contains a <code>Connection</code> object from
268 * object within this <code>JdbcRowSet</code> is in auto-commit mode.
275 * Each <code>JdbcRowSet</code> contains a <code>Connection</code> object from
282 * object within this <code>JdbcRowSet</code> is in auto-commit mode.