Package org.postgresql.pljava

The PL/Java API for use in writing database procedures, functions, and types using PL/Java. Along with the API in this package, PL/Java code will mosty interact with the database using the specialized, direct version of the JDBC API, obtained (as decreed in the SQL/JRT specs) from DriverManager.getConnection(String) by passing it the magic URL jdbc:default:connection.
Author:
Thomas Hallgren