Key facts
- Developer
- Oracle Corporation
- Stable release
- JDBC 4.3 / September 21, 2017 ( 2017-09-21 )
- Operating system
- Cross-platform
- Type
- Data access API
- Website
- JDBC API Guide
via Wikipedia infobox
Described at
jdbc4.3.book
download.oracle.com →Link to a page describing this subject · 40,000 chars · not written by Vinony
Wikidata facts
- Image
- Doku glassfish JDBC.png
Show 5 more facts
- Commons category
- JDBC
- Stack Exchange tag
- stackoverflow.com/tags/jdbc
- software version identifier
- 4.3
Sources (4)
via Wikidata · CC0
~13 min read
Article
Java Database Connectivity (JDBC) is an application programming interface (API) for the Java programming language which defines how a client may access a database. It is a Java-based data access technology used for Java database connectivity. It is part of the Java Standard Edition platform, from Oracle Corporation. It provides methods to query and update data in a database, and is oriented toward relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the Java virtual machine (JVM) host environment.
History and implementation