Uses of Class
org.postgresql.jdbc.FieldMetadata
Packages that use FieldMetadata
-
Uses of FieldMetadata in org.postgresql.core
Fields in org.postgresql.core declared as FieldMetadataMethods in org.postgresql.core that return FieldMetadataMethods in org.postgresql.core that return types with arguments of type FieldMetadataModifier and TypeMethodDescriptionBaseConnection.getFieldMetadataCache()
Return metadata cache for given connection.Methods in org.postgresql.core with parameters of type FieldMetadata -
Uses of FieldMetadata in org.postgresql.jdbc
Fields in org.postgresql.jdbc with type parameters of type FieldMetadataModifier and TypeFieldDescriptionprivate final LruCache
<FieldMetadata.Key, FieldMetadata> PgConnection.fieldMetadataCache
Methods in org.postgresql.jdbc that return types with arguments of type FieldMetadataMethod parameters in org.postgresql.jdbc with type arguments of type FieldMetadataModifier and TypeMethodDescriptionprivate boolean
PgResultSetMetaData.populateFieldsWithMetadata
(Gettable<FieldMetadata.Key, FieldMetadata> metadata)