7.9 Java Database Connectivity (JDBC)

As discussed in Section 7.4.3, Java Database Connectivity (JDBC) is an API that provides a standard for relational database access from Java. The API includes a set of Java classes and interfaces for connecting to a database, executing queries, calling stored procedures, and querying metadata. Although the java.sql standard covers the common features, various vendors, including Oracle, have added extended functionality to their JDBC drivers. Using standard JDBC, Java applications that involve database access become platform independent, allowing them to run on a variety of servers and DBMSs. Web-based applications must often retrieve information from an underlying database and use that information to dynamically ...

Get Databases Illuminated, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.