24 Accessing Databases with JDBC
Objectives
In this chapter you’ll:
-
Learn relational database concepts.
-
Use Structured Query Language (SQL) to retrieve data from and manipulate data in a database.
-
Use the JDBC™ API’s classes and interfaces to manipulate databases.
-
Use JDBC’s automatic JDBC driver discovery.
-
Embed a Swing GUI control into a JavaFX scene graph via a
SwingNode
. -
Use Swing’s
JTable
and aTableModel
to populate aJTable
with aResultSet
’s data. -
Sort and filter a
JTable
’s contents. -
Use the
RowSet
interface from packagejavax.sql
to simplify connecting to and interacting with databases. -
Create precompiled SQL statements with parameters via
PreparedStatement
s. -
Learn how transaction processing makes database applications ...
Get Java How to Program, Early Objects, 11th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.