The RowSet Interface

A RowSet is a lightweight ResultSet object designed as a Javabeans component. Data within the row set can be retrieved and modified using accessor/mutator methods. The RowSet is defined as an extension to the normal java.sql packages. That is why you will not find RowSet in the java.sql package but you will find it in the javax.sql package. Because RowSets are modeled as Java bean components, event notifications are available for the row sets. The RowSet interface extends the ResultSet interface and consequently inherits all the methods of the ResultSet interface.

RowSets, similar to ResultSets, can be used to access tabular data from a database. In addition, RowSets can be used to access data from a non-database source like ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.