Uses of Interface
org.postgresql.util.Gettable
-
Packages that use Gettable Package Description org.postgresql.jdbc org.postgresql.util -
-
Uses of Gettable in org.postgresql.jdbc
Methods in org.postgresql.jdbc with parameters of type Gettable Modifier and Type Method Description private booleanPgResultSetMetaData. populateFieldsWithMetadata(Gettable<FieldMetadata.Key,FieldMetadata> metadata) -
Uses of Gettable in org.postgresql.util
Classes in org.postgresql.util that implement Gettable Modifier and Type Class Description classGettableHashMap<K,V>classLruCache<Key,Value extends CanEstimateSize>Caches values in simple least-recently-accessed order.
-