Wednesday, March 23, 2005

FilteredRowSet

The FilteredRowSet interface, added to version 1.5 of Java, lets you retrieve a custom view of database data using a filter that takes a snapshot, but doesn't alter, your table. Best of all, it does this without a persistent database connection.
rating comment: Neat article, giving an overview of the FilteredRowSet interface!

No comments: