Class CachedQueryCreateAction

java.lang.Object
org.postgresql.core.CachedQueryCreateAction
All Implemented Interfaces:
LruCache.CreateAction<Object,CachedQuery>

class CachedQueryCreateAction extends Object implements LruCache.CreateAction<Object,CachedQuery>
Creates an instance of CachedQuery for a given connection.