Lines Matching defs:populate

216      * a ResultSet and start position are passed as parameters to the populate function
233 * The integer value indicating the position in the ResultSet, to populate the
271 * The integer value indicating how many times the populate function has been called.
277 * ResultSet object passed to the populate function.
289 * parameter is passed to populate the CachedRowSet object for paging.
599 * for filling the rowset with data. The method <code>populate</code>
602 * be set. This is true because the method <code>populate</code>
609 * <code>populate</code> sets the rowset's metadata and
620 public void populate(ResultSet data) throws SQLException {
630 throw new SQLException(resBundle.handleGetObject("cachedrowsetimpl.populate").toString());
787 * @see #populate
6245 * used to populate this rowset with data or to write data back
7209 * the given <code>ResultSet</code> object. While related to the <code>populate(ResultSet)</code>
7211 * the <code>ResultSet</code> from where to populate the CachedRowSet
7215 * for filling the rowset with data. The method <code>populate</code>
7218 * be set. This is true because the method <code>populate</code>
7225 * <code>populate</code> sets the rowset's metadata and
7239 public void populate(ResultSet data, int start) throws SQLException{
7300 throw new SQLException(resBundle.handleGetObject("cachedrowsetimpl.populate").toString());
7390 * @throws SQLException if an error occurs or this called before calling populate.
7405 populate(resultSet,endPos);
7442 * @throws SQLException if it is called before populate is called or ResultSet
7485 populate(resultSet,startPrev);
7498 populate(resultSet,startPrev);
7590 * @throws SQLException if it called before populate or ResultSet is of
7612 populate(resultSet,startPos);
7622 * @throws SQLException if called before populate or if an error occurs.
7659 populate(resultSet,start);
7675 populate(resultSet,start);