Java Tutorial/Trail: JDBC Database Access
JDBC Database Access
editIntroduction
editDatabase-agnostic Access Methods
editDatabase-specific Classes
editPostgreSQL
editThe use of PostgreSQL-specific Java classes is explained in the PostgreSQL JDBC Interface online documentation. [1] [2]
Oracle
editIBM DB2
editMySQL
editWriting Functions and Triggers in Java
editPostgreSQL,[3] Oracle, DB2 and MySQL allow to write functions and triggers inside the database in the Java programming language.
References
editWikibooks has a book on the topic of Structured Query Language. |