
Persistence facility of the Coverage API.
The repository of the Coverage API lets you store measurements, measurement series, and results in the database. It also lets you retrieve these entities for further use.
The repository ensures that no inconsistencies can occur when saving. Saving a result also saves the associated measurement and measurement series, if applicable. Saving a measurement also saves the associated series, if applicable.
To help you with retrieval, the repository offers convenient methods. You can, for example, retrieve measurements or results by measurement series, or results by measurements.
In programs, you use the repository via an object of type IF_SCV_REPOSITORY.