Class UsingProperties

java.lang.Object
org.postgresql.pljava.example.UsingProperties
All Implemented Interfaces:
PooledObject, ResultSetProvider, ResultSetProvider.Large

Illustrates use of the ResultSetProvider interface to return (key,value) rows from the example.properties file, also making use of PL/Java's ObjectPool facility.
Author:
Thomas Hallgren