Java Tutorial/Trail: JDBC Database Access
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. |
- ↑ http://www.postgresql.org/docs/9.1/static/external-interfaces.html
- ↑ http://jdbc.postgresql.org/documentation/head/index.html
- ↑ http://pljava.projects.postgresql.org/
External links
This article is issued from Wikiversity - version of the Wednesday, January 27, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.