DependencyRootTable

Undocumented in source.
package
@TableName(depRootTable)
@TableForeignKey("dep_id", KeyRef("dependency_file(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("file_id", KeyRef("files(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_ UNIQUE (dep_id, file_id)")
struct DependencyRootTable {}

Members

Variables

depFileId
long depFileId;
Undocumented in source.
fileId
long fileId;
Undocumented in source.

Meta