Summary of JDBC Drivers and Database Servers

This chapter provides a quick summary of JDBC drivers for different database servers. Topics include list of JDBC drivers and their JAR files; list of database connection URL formats; list of DataSource implementation classes; performance comparison of different insert methods.

List of Tested JDBC Drivers

Connection URL Formats and Examples

Implementations of the DataSource Interface

Performances on Inserting Rows

Takeaways:

Note that JDBC tutorials for other database servers are moved the following books:

Table of Contents

 About This Book

 JDBC (Java Database Connectivity) Introduction

 JDK (Java SE) Installation

 Installing and Running Java DB - Derby

 Derby (Java DB) JDBC Driver

 Derby (Java DB) JDBC DataSource Objects

 Java DB (Derby) - DML Statements

 Java DB (Derby) - ResultSet Objects of Queries

 Java DB (Derby) - PreparedStatement

Summary of JDBC Drivers and Database Servers

 Using Connection Pool with JDBC

 Archived Tutorials

 References

 Full Version in PDF/EPUB