Searched defs:refreshRow (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java2322 * <P>The <code>refreshRow</code> method provides a way for an
2325 * database. An application may want to call <code>refreshRow</code> when
2332 * level and cursor sensitivity. If <code>refreshRow</code> is called after
2336 * <code>refreshRow</code> frequently will likely slow performance.
2347 void refreshRow() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3349 public void refreshRow() throws SQLException { method in class:JoinRowSetImpl
3350 crsInternal.refreshRow();
H A DJdbcRowSetImpl.java3061 * <P>The <code>refreshRow</code> method provides a way for an
3064 * <code>refreshRow</code> when caching or prefetching is being
3070 * level and cursor sensitivity. If <code>refreshRow</code> is called after
3074 * <code>refreshRow</code> frequently will likely slow performance.
3083 public void refreshRow() throws SQLException { method in class:JdbcRowSetImpl
3086 rs.refreshRow();
H A DCachedRowSetImpl.java5550 public void refreshRow() throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java3661 public void refreshRow() throws SQLException { method in class:SyncResolverImpl

Completed in 208 milliseconds