36.6. RMI Callbacks

 
[Page 1125]

Chapter 33. Advanced Java Database Programming

Mayan God Shel, Mexico. Photographer: Philip Coblentz. Courtesy Brand X Pictures.

Objectives

  • To create a universal SQL client for accessing local or remote databases ( §33.2).

  • To execute SQL statements in a batch mode ( §33.3).

  • To process updateable and scrollable result sets ( §33.4).

  • To simplify Java database programming using RowSet ( §33.5).

  • To store and retrieve images in JDBC ( §33.6).


[Page 1126]

33.1. Introduction

The preceding chapter introduced the basic features of JDBC. This chapter covers the advanced features of JDBC. Many of the advanced features are introduced in JDBC 2 or JDBC 3 , which are new standards for JDBC. You will learn how to develop a universal SQL client for accessing any local or remote relational database, learn how to execute statements in a batch mode to improve performance, learn scrollable result sets and how to update a database through result sets, learn how to use RowSet to simplify database access, and learn how to store and retrieve images.

 


Introduction to Java Programming-Comprehensive Version
Introduction to Java Programming-Comprehensive Version (6th Edition)
ISBN: B000ONFLUM
EAN: N/A
Year: 2004
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net