Uses of Class
org.postgresql.jdbc.FieldMetadata.Key
-
Packages that use FieldMetadata.Key Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of FieldMetadata.Key in org.postgresql.core
Methods in org.postgresql.core that return types with arguments of type FieldMetadata.Key Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
BaseConnection. getFieldMetadataCache()
Return metadata cache for given connection. -
Uses of FieldMetadata.Key in org.postgresql.jdbc
Fields in org.postgresql.jdbc with type parameters of type FieldMetadata.Key Modifier and Type Field Description private LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. fieldMetadataCache
Methods in org.postgresql.jdbc that return types with arguments of type FieldMetadata.Key Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. getFieldMetadataCache()
Method parameters in org.postgresql.jdbc with type arguments of type FieldMetadata.Key Modifier and Type Method Description private boolean
PgResultSetMetaData. populateFieldsWithMetadata(Gettable<FieldMetadata.Key,FieldMetadata> metadata)
-