CachedRowSet
CachedRowSet is a disconnected RowSet implementation. It retrieves data from the database, stores the data in memory, and can then be used after the database connection has been closed. Key Features Does not require a continuous database connection. Stores rows in memory. Can be serialized and transferred between applications. Supports scrolling and updating. Can reconnect […]
