Introduction
  • Overview of JDBC
  • Working of JDBC application
Software setup
  • Setup H2 Database
Coding JDBC
  • Connecting to H2 database
  • DbUtil class
  • Create table
  • Insert a record
  • Insert record using PreparedStatement
  • Batch execution
  • Get multiple records from DB
  • Get single record from DB
A bit advanced topics
  • Get auto generated primary key
Finally...
  • Thank you note and bonus lecture