home |contents |previous |next |seek  

 

 

 

 

 

     

 

2.1  Rowset implementations

The RowSet implementations fall into the following categories:

Connected (maintains a connection to the data source using a JDBC driver)

o       JdbcRowSet

Disconnected (not connected to the data source except when reading data from it or writing data to it)

o       CachedRowSet

o       JoinRowSet

o       FilteredRowSet

o       WebRowSet

 

 

Copyright©2008. All rights reserved.