Uses of Package
javax.sql.rowset.spi
Package | Description |
---|---|
javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet
implementations. |
javax.sql.rowset.spi |
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
|
-
Classes in javax.sql.rowset.spi used by javax.sql.rowset Class Description SyncProvider The synchronization mechanism that provides reader/writer capabilities for disconnectedRowSet
objects.SyncProviderException Indicates an error with theSyncProvider
mechanism. -
Classes in javax.sql.rowset.spi used by javax.sql.rowset.spi Class Description SyncFactory The Service Provider Interface (SPI) mechanism that generatesSyncProvider
instances to be used by disconnectedRowSet
objects.SyncFactoryException Indicates an error withSyncFactory
mechanism.SyncProvider The synchronization mechanism that provides reader/writer capabilities for disconnectedRowSet
objects.SyncProviderException Indicates an error with theSyncProvider
mechanism.SyncResolver Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.