Uses of Class
ecmwf.common.database.ProductMetadata
Packages that use ProductMetadata
-
Uses of ProductMetadata in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type ProductMetadataModifier and TypeMethodDescriptionECpdsBase.getAllProductMetadata()Retrieves all rows from the PRODUCT_METADATA table, ordered by product then type.ECpdsBase.getProductMetadataByProduct(String product) Retrieves all PRODUCT_METADATA rows for a given product (one per configured type, plus the generic entry if configured), ordered by type. -
Uses of ProductMetadata in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type ProductMetadataModifier and TypeMethodDescriptionDataBaseInterface.getProductMetadata()Gets all configured product metadata entries (description and tips per product/type pair).DataBaseInterface.getProductMetadata(String product) Gets the configured product metadata entries for a single product (one per configured type, plus the generic entry if configured).