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