Java Reference
In-Depth Information
CHAPTER
32
J AVA D ATABASE
P ROGRAMMING
Objectives
To understand the concepts of databases and database management
systems (§32.2).
To understand the relational data model: relational data structures,
constraints, and languages (§32.2).
To use SQL to create and drop tables and to retrieve and modify data
(§32.3).
To learn how to load a driver, connect to a database, execute statements,
and process result sets using JDBC (§32.4).
To use prepared statements to execute precompiled SQL statements
(§32.5).
To use callable statements to execute stored SQL procedures and
functions (§32.6).
To explore database metadata using the DatabaseMetaData and
ResultSetMetaData interfaces (§32.7).
 
 
 
Search WWH ::




Custom Search