JDBC (Java Database Connectivity) is a Java API that defines how a client may access a database. It provides methods for querying and updating data in a database and is oriented towards relational databases. JDBC is part of the Java Standard Edition platform via the java.sql module (with enterprise extensions in javax.sql), and every JDBC driver implements the Driver interface to enable database connectivity in Java applications.
URL: Visit APIs.json URL
- Type: Index
- Position: Consuming
- Access: 3rd-Party
- JDBC, Java, Database, SQL, Standard, java.sql
- Created: 2025-01-01
- Modified: 2026-04-28
JDBC is a Java API specification, not a network/REST API, so no OpenAPI artifact is generated. The standard is exposed through the java.sql module (and javax.sql enterprise extensions) consumed by JVM applications. Implementations are provided by individual database vendors as JDBC drivers.
- Website (java.sql Module - Java SE 21)
- java.sql Package Documentation
- Enterprise Extension - javax.sql
FN: Kin Lane
Email: kin@apievangelist.com