25.9 RowSet
Interface
In the preceding examples, you learned how to query a database by explicitly establishing a Connection
to the database, preparing a Statement
for querying the database and executing the query. In this section, we demonstrate the RowSet
interface, which configures the database connection and prepares query statements automatically. The interface RowSet
provides several set methods that allow you to specify the properties needed to establish a connection (such as the database URL, user name and password of the database) and create a Statement
(such as a query). RowSet
also provides several get methods that return these properties.
Connected and Disconnected RowSet
s
There are two types of RowSet
objects—connected and disconnected. ...
Get Java™ for Programmers: Deitel Developer Series, Second Edition 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.