| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedRowSet | |
|---|---|
| javax.sql.rowset | Standard interfaces and base classes for JDBC RowSetimplementations. | 
| Uses of CachedRowSet in javax.sql.rowset | 
|---|
| Subinterfaces of CachedRowSet in javax.sql.rowset | |
|---|---|
|  interface | FilteredRowSetThe standard interface that all standard implementations of FilteredRowSetmust implement. | 
|  interface | JoinRowSetThe JoinRowSetinterface provides a mechanism for combining related
 data from differentRowSetobjects into oneJoinRowSetobject, which represents an SQLJOIN. | 
|  interface | WebRowSetThe standard interface that all implementations of a WebRowSetmust implement. | 
| Methods in javax.sql.rowset that return CachedRowSet | |
|---|---|
|  CachedRowSet | CachedRowSet.createCopy()Creates a RowSetobject that is a deep copy of the data in
 thisCachedRowSetobject. | 
|  CachedRowSet | CachedRowSet.createCopyNoConstraints()Creates a CachedRowSetobject that is a deep copy of 
 thisCachedRowSetobject's data but is independent of it. | 
|  CachedRowSet | CachedRowSet.createCopySchema()Creates a CachedRowSetobject that is an empty copy of thisCachedRowSetobject. | 
|  CachedRowSet | JoinRowSet.toCachedRowSet()Creates a new CachedRowSetobject containing the 
 data in thisJoinRowSetobject, which can be saved
 to a data source using theSyncProviderobject for
 theCachedRowSetobject. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.