Uses of Interface
org.postgresql.pljava.PooledObject
Packages that use PooledObject
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
-
Uses of PooledObject in org.postgresql.pljava
Classes in org.postgresql.pljava with type parameters of type PooledObjectModifier and TypeInterfaceDescriptioninterface
ObjectPool<T extends PooledObject>
A pool of objects of a single class.Methods in org.postgresql.pljava with type parameters of type PooledObjectModifier and TypeMethodDescription<T extends PooledObject>
ObjectPool<T> Session.getObjectPool
(Class<T> cls) Return an object pool for the given class.