|
The JDBC Architecture consists of two layers
- The JDBC API
-
The JDBC Driver API
-
The JDBC API provides the applications JDBC Manager connection.
-
The JDBC Driver API supports the JDBC Manager to Driver Connection.
-
The JDBC driver manager authenticate that the correct driver has been used to access each data source.
-
The JDBC Driver API interacts with a driver manager, database specific driver for providing transparent connectivity for the heterogeneous databases.
-
The driver manager supports multiple concurrent drivers connected to the multiple heterogeneous databases.
|