JDBC Database Access

Introduction

Database-agnostic Access Methods

Database-specific Classes

PostgreSQL

The use of PostgreSQL-specific Java classes is explained in the PostgreSQL JDBC Interface online documentation. [1] [2]

Oracle

IBM DB2

MySQL

Writing Functions and Triggers in Java

PostgreSQL,[3] Oracle, DB2 and MySQL allow to write functions and triggers inside the database in the Java programming language.

References

Wikibooks has a book on the topic of Structured Query Language.
  1. http://www.postgresql.org/docs/9.1/static/external-interfaces.html
  2. http://jdbc.postgresql.org/documentation/head/index.html
  3. http://pljava.projects.postgresql.org/
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.