JDBC

E56740

JDBC (Java Database Connectivity) is a Java-based API that enables applications to connect to and interact with relational databases in a standardized way.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (8)

Label Occurrences
JDBC canonical 14
JDBC 1.0 2
Java Database Connectivity 2

Statements (69)

Predicate Object
instanceOf Java API
database connectivity technology
abbreviationOf JDBC self-linksurface differs
surface form: Java Database Connectivity
alsoDefinedInPackage javax.sql
category Java standard library component
database API
definedInPackage java.sql
designedFor relational databases
driverType Type 1 driver
Type 2 driver
Type 3 driver
Type 4 driver
enables batch updates
callable statements
database connectivity
execution of SQL statements
metadata access
prepared statements
retrieval of query results
stored procedure calls
transaction management
fullName JDBC self-linksurface differs
surface form: Java Database Connectivity
hasComponent CallableStatement
Connection
DataSource
DatabaseMetaData
Driver
DriverManager
PreparedStatement
ResultSet
ResultSetMetaData
SQLException
Statement
Types
hasVersion JDBC self-linksurface differs
surface form: JDBC 1.0

JDBC self-linksurface differs
surface form: JDBC 2.0

JDBC self-linksurface differs
surface form: JDBC 3.0

JDBC 4.0
JDBC self-linksurface differs
surface form: JDBC 4.1

JDBC 4.2
JDBC self-linksurface differs
surface form: JDBC 4.3
introducedVersion JDK 1.1
maintainedBy Oracle Corporation
partOf Java Platform, Standard Edition
surface form: Java Platform

Java Platform, Standard Edition
surface form: Java SE
previouslyMaintainedBy Sun Microsystems
programmingLanguage Java
requires JDBC driver implementation
standardizedBy Java Community Process
supports SQL
supportsFeature SQL escape syntax
auto-commit mode
batch execution
connection pooling
database metadata
distributed transactions
generated keys retrieval
large objects (BLOB, CLOB)
parameter metadata
rowset implementations via javax.sql.rowset
rowsets
savepoints
scrollable result sets
updatable result sets
usedBy Jakarta EE
surface form: Java EE applications

Java SE applications
enterprise applications
web applications
uses JDBC driver

Referenced by (23)

Full triples — surface form annotated when it differs from this entity's canonical label.

SQL Server supportsAPI JDBC
MySQL supportsInterface JDBC
ODBC relatedTo JDBC
JDBC fullName JDBC self-linksurface differs
this entity surface form: Java Database Connectivity
JDBC abbreviationOf JDBC self-linksurface differs
this entity surface form: Java Database Connectivity
JDBC hasVersion JDBC self-linksurface differs
this entity surface form: JDBC 1.0
JDBC hasVersion JDBC self-linksurface differs
this entity surface form: JDBC 2.0
JDBC hasVersion JDBC self-linksurface differs
this entity surface form: JDBC 3.0
JDBC hasVersion JDBC self-linksurface differs
this entity surface form: JDBC 4.1
JDBC hasVersion JDBC self-linksurface differs
this entity surface form: JDBC 4.3
OLE DB relatedTo JDBC
Apache Sqoop uses JDBC
IMS supportsInterface JDBC
DriverManager partOf JDBC
this entity surface form: JDBC API
JDK 1.1 introducesAPI JDBC
this entity surface form: JDBC 1.0
java.sql introducedFor JDBC