Uses of Interface
org.postgresql.util.CanEstimateSize

Packages that use CanEstimateSize
org.postgresql.core   
org.postgresql.util   
 

Uses of CanEstimateSize in org.postgresql.core
 

Classes in org.postgresql.core that implement CanEstimateSize
 class CachedQuery
          Stores information on the parsed JDBC query.
 

Uses of CanEstimateSize in org.postgresql.util
 

Classes in org.postgresql.util with type parameters of type CanEstimateSize
 class LruCache<Key,Value extends CanEstimateSize>
          Caches values in simple least-recently-accessed order.
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.