SrcMetadataTable

Undocumented in source.
package
@TableName(srcMetadataTable)
@TableForeignKey("mut_id", KeyRef("mutation(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("st_id", KeyRef("mutation_status(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("mp_id", KeyRef("mutation_point(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("file_id", KeyRef("files(id)"), KeyParam("ON DELETE CASCADE"))
struct SrcMetadataTable {}

Members

Variables

fileId
long fileId;
Undocumented in source.
mutationId
long mutationId;
Undocumented in source.
mutationPointId
long mutationPointId;
Undocumented in source.
mutationStatusId
long mutationStatusId;
Undocumented in source.
nomutCount
long nomutCount;
Undocumented in source.

Meta