Uses of Package
javax.sql.rowset.spi

Packages that use javax.sql.rowset.spi
com.sun.rowset Provides five standard implementations of the standard JDBC RowSet implementation interface definitions. 
com.sun.rowset.internal   
com.sun.rowset.providers Repository for the RowSet reference implementations of the SyncProvider abstract class. 
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 com.sun.rowset
SyncProvider
          The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException
          Indicates an error with the SyncProvider mechanism.
 

Classes in javax.sql.rowset.spi used by com.sun.rowset.internal
SyncProvider
          The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException
          Indicates an error with the SyncProvider 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.
TransactionalWriter
          A specialized interface that facilitates an extension of the standard SyncProvider abstract class so that it has finer grained transaction control.
XmlReader
          A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
XmlWriter
          A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
 

Classes in javax.sql.rowset.spi used by com.sun.rowset.providers
SyncProvider
          The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException
          Indicates an error with the SyncProvider mechanism.
XmlReader
          A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
XmlWriter
          A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
 

Classes in javax.sql.rowset.spi used by javax.sql.rowset
SyncProvider
          The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException
          Indicates an error with the SyncProvider mechanism.
 

Classes in javax.sql.rowset.spi used by javax.sql.rowset.spi
SyncFactory
          The Service Provider Interface (SPI) mechanism that generates SyncProvider instances to be used by disconnected RowSet objects.
SyncFactoryException
          Indicates an error with SyncFactory mechanism.
SyncProvider
          The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException
          Indicates an error with the SyncProvider 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.
 



Java is a trademark or registered trademark of Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A All Rights Reserved.