SchemaFragmentV2Table

Undocumented in source.
package package
@TableName(schemaFragmentV2Table)
@TableForeignKey("file_id", KeyRef(filesTable ~ "(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_ UNIQUE (file_id, text, offset_begin, offset_end)")
struct SchemaFragmentV2Table {}

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.
text
const(ubyte)[] text;
Undocumented in source.

Meta