Uses of Package
org.postgresql.pljava.example
Packages that use org.postgresql.pljava.example
Package
Description
The examples that have been around the longest, and are deployed using
hand-written SQL deployment code (see
src/main/resources/deployment
),
not having been reworked to use annotations yet.-
Classes in org.postgresql.pljava.example used by org.postgresql.pljava.exampleClassDescriptionIllustrates use of the
ResultSetProvider
interface to return (key,value) rows from theexample.properties
file, also making use of PL/Java'sObjectPool
facility.