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
Fields in org.postgresql.core declared as FieldMetadata Modifier and Type Field Description private FieldMetadata
Field. metadata
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
Fields in org.postgresql.jdbc with type parameters of type FieldMetadata 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 Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. getFieldMetadataCache()
Method parameters in org.postgresql.jdbc with type arguments of type FieldMetadata Modifier and Type Method Description private boolean
PgResultSetMetaData. populateFieldsWithMetadata(Gettable<FieldMetadata.Key,FieldMetadata> metadata)
-