All Packages

Package Summary
Package
Description
PL/Java's legacy bridge code between java.util.logging and PostgreSQL's error logging mechanisms, isolated here in a package that can be exported to the java.logging module, as that API requires.
Java classes implementing core PL/Java behavior.
PL/Java's specialized JDBC implementation that interacts directly with the backend over SPI.
Implementation of the functions specified by the SQL/JRT spec in the sqlj schema, and related PL/Java-specific ones.
Interfaces defining the views on PL/Java's internals that are available through the Java Management Extensions, isolated here in an exportable package, as the interfaces must be accessible to a JMX module that is dynamic and unnamed.
Package that provides the running-directly-in-PG-backend implementations for the API in org.postgresql.pljava.model.
Built-in implementations of Adapter for common PostgreSQL data types.
Package implementing custom Java security policy useful while migrating existing code to policy-based PL/Java; allows permission checks denied by the main policy to succeed, while logging them so any needed permission grants can be identified and added to the main policy.
PL/Java's classloading from the jars managed by installJar.