Uses of Interface
org.postgresql.util.CanEstimateSize
Packages that use CanEstimateSize
-
Uses of CanEstimateSize in org.postgresql.core
Classes in org.postgresql.core that implement CanEstimateSizeModifier and TypeClassDescription(package private) classThis class is used as a cache key for simple statements that have no "returning columns".classStores information on the parsed JDBC query.(package private) classServes as a cache key forCallableStatement.(package private) classCache key for a query that have some returning columns. -
Uses of CanEstimateSize in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement CanEstimateSizeModifier and TypeClassDescriptionclassThis is an internal class to hold field metadata info like table name, column name, etc. -
Uses of CanEstimateSize in org.postgresql.util
Classes in org.postgresql.util with type parameters of type CanEstimateSizeModifier and TypeClassDescriptionclassLruCache<Key,Value extends CanEstimateSize> Caches values in simple least-recently-accessed order.