Murach's Beginning Java 2, SDK 1.4
This chapter shows how to use JDBC to store data in a database, and it shows how to retrieve data from a database.
|
|
|
|
How a table is organized |
614 |
|
How the tables in a database are related |
616 |
|
How the fields in a database are defined |
618 |
|
|
How to query a single table |
620 |
|
How to join data from two or more tables |
622 |
|
How to modify data in a result set |
624 |
|
|
The four driver types |
626 |
|
How to configure an ODBC data source |
628 |
|
How to connect to a database |
630 |
|
|
How to return a result set |
632 |
|
How to move the cursor through a result set |
634 |
|
How to return data from a result set |
636 |
|
How to modify data in a result set |
638 |
|
How to work with prepared statements |
640 |
|
|
The user interface for this application |
642 |
|
BookDB calls in the BookFrame and BookPanel classes |
642 |
|
The code for the BookDB class |
644 |
|
|
How to work with meta data |
648 |
|
How SQL data types map to Java data types |
650 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|