Uses of Class
javax.sql.rowset.spi.SyncProviderException
Package
Description
Standard interfaces and base classes for JDBC
RowSet
implementations.The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
Uses of SyncProviderException in javax.sql.rowset
Modifier and TypeMethodDescriptionvoid
CachedRowSet.acceptChanges()
Propagates row update, insert and delete changes made to thisCachedRowSet
object to the underlying data source.void
CachedRowSet.acceptChanges
(Connection con) Propagates all row update, insert and delete changes to the data source backing thisCachedRowSet
object using the specifiedConnection
object to establish a connection to the data source. -
Uses of SyncProviderException in javax.sql.rowset.spi
Modifier and TypeMethodDescriptionabstract int
SyncProvider.getDataSourceLock()
Returns the current data source lock severity level active in thisSyncProvider
implementation.abstract void
SyncProvider.setDataSourceLock
(int datasource_lock) Sets a lock on the underlying data source at the level indicated by datasource_lock.