Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Overview of this book

Table of Contents (20 chapters)
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Credits
About the Author
About the Reviewer
Preface

Summary


A persistent connection with a database is required to make updates to the database with the ResultSet interface. The RowSet extends the ResultSet interface. RowSet has the advantage of not requiring a persistent JDBC database connection for the modification of data. WebRowSet interface further extends the RowSet interface and represents a RowSet object as an XML document, thus facilitating the transfer of data for query and modification by remote clients who are not connected to the database. JDBC 4.0 features such as connection state tracking and Java SE chained exceptions facility may be availed of in a Web RowSet application in a server that supports JDBC 4.0.