Project Modules

This project has declared the following modules:

Name Description
PL/Java API The API for Java stored procedures in PostgreSQL using PL/Java
PL/Java backend Java code Java stored procedure implementation for PostgreSQL
PL/Java backend native code Generates the pljava (.so, .dll, etc.) library which gets loaded by the PostgreSQL backend
PL/Java Ant tasks Ant tasks useful in projects that use PL/Java
PL/Java examples Examples of Java stored procedures using PL/Java
PL/Java packaging Package PL/Java build for zip/tar distribution
PL/Java PGXS The maven plugin to build native code used inside PL/Java