Uses of Package
javax.sql.rowset.spi
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.
-
ClassDescriptionThe synchronization mechanism that provides reader/writer capabilities for disconnected
RowSet
objects.Indicates an error with theSyncProvider
mechanism. -
ClassDescriptionThe Service Provider Interface (SPI) mechanism that generates
SyncProvider
instances to be used by disconnectedRowSet
objects.Indicates an error withSyncFactory
mechanism.The synchronization mechanism that provides reader/writer capabilities for disconnectedRowSet
objects.Indicates an error with theSyncProvider
mechanism.Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.