bookmark

Using CachedRowSetObjects (The Java™ Tutorials > JDBC(TM) Database Access > JDBC Basics)


Description

A CachedRowSet object is special in that it can operate without being connected to its data source, that is, it is a disconnected RowSet object. It gets its name from the fact that it stores (caches) its data in memory so that it can operate on its own data rather than on the data stored in a database.

Preview

Tags

Users

  • @sac

Comments and Reviews