Skip to content

api-evangelist/jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JDBC (jdbc)

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

Scope

  • Type: Index
  • Position: Consuming
  • Access: 3rd-Party

Tags

  • JDBC, Java, Database, SQL, Standard, java.sql

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-04-28

Notes

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.

Common Properties

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors