DbDependency

Dependencies between root and those files that should trigger a re-analyze of the root if they are changed.

Members

Functions

cleanup
void cleanup()

Remove all dependencies that have no relation to a root.

get
Path[] get(Path root)
getAll
DepFile[] getAll()
set
void set(Path path, DepFile[] deps)

The root must already exist or the whole operation will fail with an sql error.

Meta