JDBC Recipes A Problem-Solution Approach /

JDBC Recipes provides easy-to-implement, usable solutions to problems in relational databases that use JDBC. You will be able to integrate these solutions into your web-based applications, such as Java servlets, JavaServer Pages, and Java server-side frameworks. This handy book allows you to cut and...

Full description

Bibliographic Details
Main Author: Parsian, Mahmoud (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress, 2005.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • Introducing JDBC
  • Exploring JDBC’s Novel Feature
  • Making Database Connections
  • Making Database Connections Using DataSource
  • Exploring the ResultSet Interface
  • Working with Scrollable and Updatable ResultSet Objects
  • Reading and Writing BLOBs
  • Reading and Writing CLOBs
  • Working with Date, Time, and Timestamp in JDBC
  • Handling Exceptions in JDBC
  • Exploring the Statement
  • Working with the PreparedStatement
  • Passing Input Parameters to PreparedStatement
  • Exploring JDBC Utilities.