src/share/classes/javax/sql/rowset/spi/SyncProvider.java

Print this page

        

*** 171,181 **** * <h3>5.0 <code>SyncProvider</code> Constants</h3> * The <code>SyncProvider</code> class provides three sets of constants that * are used as return values or parameters for <code>SyncProvider</code> methods. * <code>SyncProvider</code> objects may be implemented to perform synchronization * between a <code>RowSet</code> object and its underlying data source with varying ! * degrees of of care. The first group of constants indicate how synchronization * is handled. For example, <code>GRADE_NONE</code> indicates that a * <code>SyncProvider</code> object will not take any care to see what data is * valid and will simply write the <code>RowSet</code> data to the data source. * <code>GRADE_MODIFIED_AT_COMMIT</code> indicates that the provider will check * only modified data for validity. Other grades check all data for validity --- 171,181 ---- * <h3>5.0 <code>SyncProvider</code> Constants</h3> * The <code>SyncProvider</code> class provides three sets of constants that * are used as return values or parameters for <code>SyncProvider</code> methods. * <code>SyncProvider</code> objects may be implemented to perform synchronization * between a <code>RowSet</code> object and its underlying data source with varying ! * degrees of care. The first group of constants indicate how synchronization * is handled. For example, <code>GRADE_NONE</code> indicates that a * <code>SyncProvider</code> object will not take any care to see what data is * valid and will simply write the <code>RowSet</code> data to the data source. * <code>GRADE_MODIFIED_AT_COMMIT</code> indicates that the provider will check * only modified data for validity. Other grades check all data for validity