Rowset Support
  
   The JDBC Client supports any JSR 114 implementation of the RowSet interface, including:
  
  
   • CachedRowSets
  
  
   • FilteredRowSets
  
  
   • WebRowSets
  
  
   • JoinRowSets
  
  
   • JDBCRowSets
  
  
   J2SE 1.6.0_06 or later is required to use rowsets with the JDBC Client.
  
  
   See 
http://www.jcp.org/en/jsr/detail?id=114 for more information about JSR 114.