SchemataFragmentTable

Undocumented in source.
package
@TableName(schemataFragmentTable)
@TableForeignKey("schem_id", KeyRef("schemata(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("file_id", KeyRef("files(id)"), KeyParam("ON DELETE CASCADE"))
struct SchemataFragmentTable {}

Members

Variables

fileId
long fileId;
Undocumented in source.
id
long id;
Undocumented in source.
offsetBegin
uint offsetBegin;
Undocumented in source.
offsetEnd
uint offsetEnd;
Undocumented in source.
order
long order;
Undocumented in source.
schemataId
long schemataId;
Undocumented in source.
text
const(ubyte)[] text;
Undocumented in source.

Meta