RowSet interface specification in jdbc3

Source: Internet
Author: User

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
*/


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.