Provides the JDBC package. JDBC is a standard API for executing SQL
statements. It contains classes and interfaces for creating SQL
statements, and retrieving the results of executing those statements
against relational databases. JDBC has a framework whereby different
``drivers'' can be installed dynamically to access different databases.
@since JDK1.1