The RowSet interface adds support for the javaBean Component Mode. In a visual Bean component development environment, a RowSet can be used as a Bean;
A RowSet can be created and configured at design time and executed at runtime;
A RowSet provides a series of JavaBean attributes to allow a RowSet instance to configure and connect to the jdbc data source and read data in the database. A set of setXXX () the method provides a way to pass parameters to a RowSet instance. The RowSet interface supports the event mechanism in JavaBean. When an important event occurs in the RowSet, such as its value is modified, allow another component in the same application to be notified.
Although it is a part of the jdbc API, The RowSet interface actually exists independently,
I will not translate The previous sentence [original article: the RowSet interface is unique in that it is intended to be implemented using the rest of The JDBC (TM) API.]
In other words, the RowSet interface is a layer of software that is run on jdbc APIs. The specific implementation of RowSet can be provided by anyone, including the jdbc driver provider, as a part of the driver.
.
.
.
Specific methods and attributes ......
/*
* Translator: Luo Ting
* E text and water adjustment, please forgive me (:
* Reprinted, please note
*/