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

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java1438 * <strong>Note:</strong> Support for the <code>rowUpdated</code> method is optional with a result set
1449 boolean rowUpdated() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java2177 public boolean rowUpdated() throws SQLException { method in class:JoinRowSetImpl
2178 return crsInternal.rowUpdated();
H A DJdbcRowSetImpl.java2160 public boolean rowUpdated() throws SQLException { method in class:JdbcRowSetImpl
2163 return rs.rowUpdated();
H A DCachedRowSetImpl.java3766 public boolean rowUpdated() throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java359 } else if (crs.rowUpdated()) {
H A DSyncResolverImpl.java2471 public boolean rowUpdated() throws SQLException { method in class:SyncResolverImpl

Completed in 122 milliseconds