
JDBC (Java Database Connectivity) - GeeksforGeeks
2025年7月12日 · JDBC is an API that helps applications to communicate with databases, it allows Java programs to connect to a database, run queries, retrieve, and manipulate data.
Java JDBC API - Oracle
The Java Database Connectivity (JDBC) API provides universal data access from the Java programming language. Using the JDBC API, you can access virtually any data source, from …
Download - JDBC Driver for SQL Server | Microsoft Learn
2025年8月15日 · Download the Microsoft JDBC Driver for SQL Server to develop Java applications that connect to SQL Server and Azure SQL Database.
JDBC Tutorial
What is JDBC? JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. JDBC works with Java on a variety of platforms, such as …
Java Database Connectivity - Wikipedia
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 …
Introduction to JDBC - Baeldung
2024年1月8日 · In this article, we’re going to take a look at JDBC (Java Database Connectivity) which is an API for connecting and executing queries on a database. JDBC can work with any …
JDBC in Java | Java Database Connectivity - Tpoint Tech
2025年4月21日 · We can use JDBC API to access tabular data stored in any relational database. By the help of JDBC API, we can save, update, delete and fetch data from the database.
Java JDBC Tutorials - CodeJava.net
2024年10月25日 · The comprehensive JDBC tutorials for beginners: Learn Java database programming with real-world code examples.
Lesson: JDBC Basics (The Java™ Tutorials > JDBC Database Access) - Oracle
In this lesson you will learn the basics of the JDBC API. Getting Started sets up a basic database development environment and shows you how to compile and run the JDBC tutorial samples.
Initializing the Driver | pgJDBC - PostgreSQL
ApplicationName (String)Default PostgreSQL JDBC Driver Specifies the name of the application that is using the connection. This allows a database administrator to see what applications are …