Lecture 2
Introducing JDBC
The Standard Query Language (SQL)
Data Manipulation Language
Data Definition Language
JDBC Framework
The JDBC Driver Manager
JDBC Driver Types
Type 1 DriversJDBC-ODBC Bridges
Type 2 DriversNative-API + Java Driver
Type 3 DriversJDBC-Middleware Pure Java Driver
Type 4 DriversPure Java Drivers
Result Sets and Cursors
A JDBC Primer
Create a Connection to the database vi the driver
SQL Statements
Execute the Statement
Result Sets
Prepared Statements
Using the JDBC MetaData Interface
JDBC Transactions
Using Transactions
Rolling Back Transactions
Transactions and Performance Implications
Transaction Isolation Modes
Stored Procedures
Incompatibilities
Why Use Stored Procedures?
Using Stored Procedures
Email: mark@cs.uchicago.edu
Home Page: http://www.cs.uchicago.edu/~mark/527/
Download presentation source