To Integrate a JDBC Driver

A driver supporting the JDBC API (JDBC driver) translates the JDBC calls of an application into the protocol of the database server.

See Also