What JDBC API is
The types of JDBC drivers
A brief overview of Apache Derby database
How to connect to a database using a JDBC driver
What transaction isolation levels are
JDBC-data-types-to-Java-data-types mapping
How to execute SQL statements in Java programs and process the results
How to use rowsets, batch updates, and large objects (LOBs)
How to retrieve SQL warnings and enable JDBC tracing
All example programs in this chapter are members of a jdojo.jdbc module, as declared in Listing 5-1.