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 FieldMetadataField. metadataMethods in org.postgresql.core that return FieldMetadata Modifier and Type Method Description FieldMetadataField. 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 voidField. 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. fieldMetadataCacheMethods 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 booleanPgResultSetMetaData. populateFieldsWithMetadata(Gettable<FieldMetadata.Key,FieldMetadata> metadata)
-