Uses of Interface
org.postgresql.pljava.ObjectPool
-
Packages that use ObjectPool Package Description org.postgresql.pljava The PL/Java API for use in writing database procedures, functions, and types using PL/Java. -
-
Uses of ObjectPool in org.postgresql.pljava
Methods in org.postgresql.pljava that return ObjectPool Modifier and Type Method Description <T extends PooledObject>
ObjectPool<T>Session. getObjectPool(Class<T> cls)
Return an object pool for the given class.
-