Skip to content
EntityQ722772· pop 32· linked from 266 articles

Java Database Connectivity

Sign in to save

Also known as JDBC

API for Java

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

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
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

Connections

Categories