Searched refs:acceptChanges (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java217 * object must also call the method <code>acceptChanges</code> to have updates
226 * crs.acceptChanges();
231 * method <code>acceptChanges</code> to add the new row to the underlying data
242 * crs.acceptChanges();
252 * <code>acceptChanges</code>. It is this method that propagates changes in
257 * preceding two code fragments call the method <code>acceptChanges</code>
260 * <code>acceptChanges</code> after all calls to <code>updateRow</code>
261 * and <code>insertRow</code> have been made. If <code>acceptChanges</code>
265 * When the method <code>acceptChanges</code> is executed, the
673 * called before the method <code>acceptChanges</cod
748 public void acceptChanges() throws SyncProviderException; method in interface:CachedRowSet
819 public void acceptChanges(Connection con) throws SyncProviderException; method in interface:CachedRowSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java615 * @see #acceptChanges(java.sql.Connection)
619 public void acceptChanges() throws SyncProviderException { method in class:SyncResolverImpl
640 * @see #acceptChanges
645 public void acceptChanges(Connection con) throws SyncProviderException{ method in class:SyncResolverImpl
712 * (<code>acceptChanges</code>) or population. This method may also be called
2559 * data source, an application must call the method {@link #acceptChanges}
2805 * The method <code>acceptChanges</code> must be called if the
3639 * <code>acceptChanges</code> must be called to delete the row in
4490 * Commits all changes performed by the <code>acceptChanges()</code>
4500 * Rolls back all changes performed by the <code>acceptChanges()</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java456 * calls the method <code>acceptChanges</code>. Implementations
2244 * data source, an application must call the method acceptChanges
2489 * The method <code>acceptChanges</code> must be called if the
3327 * <code>acceptChanges</code> must be called to delete the row in
4324 public void acceptChanges() throws SyncProviderException { method in class:JoinRowSetImpl
4325 crsInternal.acceptChanges();
H A DCachedRowSetImpl.java69 * for this rowset. The method <code>acceptChanges</code> uses
864 * @see #acceptChanges(java.sql.Connection)
868 public void acceptChanges() throws SyncProviderException { method in class:CachedRowSetImpl
935 * @see #acceptChanges
940 public void acceptChanges(Connection con) throws SyncProviderException{ method in class:CachedRowSetImpl
943 acceptChanges();
1061 * (<code>acceptChanges</code>) or population. This method may also be called
4204 * data source, an application must call the method {@link #acceptChanges}
4526 * The method <code>acceptChanges</code> must be called if the
5521 * <code>acceptChanges</cod
[all...]

Completed in 80 milliseconds