Searched refs:updateRow (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java226 crsRes.updateRow();
231 * crsSync.updateRow();
238 row.updateRow();
2552 * method {@link #updateRow} must be called to mark the row as updated
2560 * after it calls either <code>updateRow</code> or <code>insertRow</code>.
2582 * method {@link #updateRow} must be called to update the database.
2609 * method {@link #updateRow} must be called to update the database.
2636 * method {@link #updateRow} must be called to update the database.
2663 * method {@link #updateRow} must be called to update the database.
2690 * method {@link #updateRow} mus
3628 public void updateRow() throws SQLException { method in class:SyncResolverImpl
[all...]
H A DXmlReaderContentHandler.java373 private String [] data = {"currentRow", "columnValue", "insertRow", "deleteRow", "insdel", "updateRow", "null" , "emptyString"};
833 rs.updateRow();
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java106 * <code>rs</code> and then uses the method <code>updateRow</code>
113 * rs.updateRow(); // updates the row in the data source
1495 * update the underlying database; instead the <code>updateRow</code>
1513 * update the underlying database; instead the <code>updateRow</code> or
1532 * update the underlying database; instead the <code>updateRow</code> or
1552 * update the underlying database; instead the <code>updateRow</code> or
1571 * update the underlying database; instead the <code>updateRow</code> or
1590 * update the underlying database; instead the <code>updateRow</code> or
1609 * update the underlying database; instead the <code>updateRow</code> or
1628 * update the underlying database; instead the <code>updateRow</cod
2300 void updateRow() throws SQLException; method in interface:ResultSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java2237 * method {@link #updateRow} must be called to mark the row as updated
2245 * after it calls either <code>updateRow</code> or <code>insertRow</code>.
2267 * method {@link #updateRow} must be called to update the database.
2294 * method {@link #updateRow} must be called to update the database.
2321 * method {@link #updateRow} must be called to update the database.
2348 * method {@link #updateRow} must be called to update the database.
2375 * method {@link #updateRow} must be called to update the database.
2402 * method {@link #updateRow} must be called to update the database.
2429 * method {@link #updateRow} must be called to update the database.
2456 * method {@link #updateRow} mus
3316 public void updateRow() throws SQLException { method in class:JoinRowSetImpl
[all...]
H A DJdbcRowSetImpl.java2209 * update the underlying database; instead the <code>updateRow</code>
2231 * update the underlying database; instead the <code>updateRow</code> or
2255 * update the underlying database; instead the <code>updateRow</code> or
2280 * update the underlying database; instead the <code>updateRow</code> or
2304 * update the underlying database; instead the <code>updateRow</code> or
2327 * update the underlying database; instead the <code>updateRow</code> or
2351 * update the underlying database; instead the <code>updateRow</code> or
2375 * update the underlying database; instead the <code>updateRow</code> or
2400 * update the underlying database; instead the <code>updateRow</code> or
2424 * update the underlying database; instead the <code>updateRow</cod
3026 public void updateRow() throws SQLException { method in class:JdbcRowSetImpl
[all...]
H A DCachedRowSetImpl.java4197 * method {@link #updateRow} must be called to mark the row as updated
4205 * after it calls either <code>updateRow</code> or <code>insertRow</code>.
4234 * method {@link #updateRow} must be called to update the database.
4269 * method {@link #updateRow} must be called to update the database.
4305 * method {@link #updateRow} must be called to update the database.
4341 * method {@link #updateRow} must be called to update the database.
4376 * method {@link #updateRow} must be called to update the database.
4413 * method {@link #updateRow} must be called to update the database.
4449 * method {@link #updateRow} must be called to update the database.
4484 * method {@link #updateRow} mus
5502 public void updateRow() throws SQLException { method in class:CachedRowSetImpl
[all...]

Completed in 80 milliseconds