CoverageInfoTable

Each coverage region that has a valid status has an entry in this table. It do mean that there can be region that do not exist in this table. That mean that something went wrong when gathering the data.

package
@TableName(srcCovInfoTable)
@TableForeignKey("id", KeyRef("src_cov_info(id)"), KeyParam("ON DELETE CASCADE"))
struct CoverageInfoTable {}

Members

Variables

id
long id;
Undocumented in source.
status
bool status;

True if the region has been visited.

Meta