文档介绍:• Table of Contents
• Index
JDBC™ API Tutorial and Reference, Third Edition
By Maydene Fisher, Jon Ellis, Jonathan Bruce
Publisher: Addison Wesley
Pub Date: June 13, 2003
ISBN: 0-321-17384-8
Pages: 1280
Slots: 2
This book provides the definitive tutorial and reference to the JDBC(TM) API, the technology that
enables universal data access for the Java(TM) programming language. This new edition has been
updated and expanded to cover the entire JDBC API, including the package and the
package, the package that facilitates building server-side applications.
Containing in-depth explanations that go beyond the specification, plete resource pairs a
step-by-step tutorial with prehensive reference to every class and interface.
For those new to Java technology, the book includes an introduction to the Java programming
language and to SQL. It builds on this basic knowledge to walk you through the creation of a JDBC
application--from setting up a database and establishing a connection to retrieving values from result
sets and using prepared statements. In addition, the authors provide many examples along the way
that demonstrate how to mon tasks. The book then turns to more advanced topics,
focusing on features such as scrollable and updatable result sets, batch updates, SQL99 data types,
custom mapping, savepoints, statement pooling, automatically generated keys, and more.
In addition to in-depth coverage of the JDBC metadata API, the book gives you the latest information
on rowsets, the technology that makes it possible to handle data sets as JavaBeans(TM) components.
As an added bonus, you get a preview of the standard implementations for JdbcRowSet,
CachedRowSet, WebRowSet, JoinRowSet, and FilteredRowSet objects.
From Array to XADataSource, an easy-to-use alphabetical reference provides concise plete
information on each class and interface in the JDBC API. Each entry includes an overview with usage
ex