Package org.postgresql.core
Class CachedQueryCreateAction
java.lang.Object
org.postgresql.core.CachedQueryCreateAction
- All Implemented Interfaces:
LruCache.CreateAction<Object,CachedQuery>
Creates an instance of
CachedQuery for a given connection.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_RETURNING
-
queryExecutor
-
-
Constructor Details
-
CachedQueryCreateAction
CachedQueryCreateAction(QueryExecutor queryExecutor)
-
-
Method Details
-
create
- Specified by:
createin interfaceLruCache.CreateAction<Object,CachedQuery> - Throws:
SQLException
-