Uses of Interface
org.postgresql.util.CanEstimateSize
-
Packages that use CanEstimateSize Package Description org.postgresql.core org.postgresql.jdbc org.postgresql.util -
-
Uses of CanEstimateSize in org.postgresql.core
Classes in org.postgresql.core that implement CanEstimateSize Modifier and Type Class Description (package private) classBaseQueryKeyThis class is used as a cache key for simple statements that have no "returning columns".classCachedQueryStores information on the parsed JDBC query.(package private) classCallableQueryKeyServes as a cache key forCallableStatement.(package private) classQueryWithReturningColumnsKeyCache key for a query that have some returning columns. -
Uses of CanEstimateSize in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement CanEstimateSize Modifier and Type Class Description classFieldMetadataThis 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 CanEstimateSize Modifier and Type Class Description classLruCache<Key,Value extends CanEstimateSize>Caches values in simple least-recently-accessed order.
-