Method Summary |
|
public int | getDataSourceLock() Returns the active data source lock severity in this
reference implementation of the SyncProvider
abstract class. |
public int | getProviderGrade() Returns the SyncProvider grade of synchronization that
RowSet objects can expect when using this
implementation. |
public String | getProviderID() Returns the 'javax.sql.rowset.providers.RIOptimisticProvider'
provider identification string. |
public RowSetReader | getRowSetReader() Returns the javax.sql.RowSetReader object for this
RIOptimisticProvider object. |
public RowSetWriter | getRowSetWriter() Returns the javax.sql.RowSetWriter object for this
RIOptimisticProvider object. |
public String | getVendor() |
public String | getVersion() Returns the release version ID of the Reference Implementation Optimistic
Synchronization Provider. |
public void | setDataSourceLock(int datasource_lock) Modifies the data source lock severity according to the standard
SyncProvider classifications. |
public int | supportsUpdatableView() Returns the supported updatable view abilities of the
reference implementation of the SyncProvider
abstract class.
SyncProvider.NONUPDATABLE_VIEW_SYNC . |