Java Tutorial/Trail: JDBC Database Access

JDBC Database Access edit

Introduction edit

Database-agnostic Access Methods edit

Database-specific Classes edit

PostgreSQL edit

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

Oracle edit

IBM DB2 edit

MySQL edit

Writing Functions and Triggers in Java edit

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

References edit

  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/

External links edit