FilesTbl

Undocumented in source.
package
@TableName(filesTable)
@TableConstraint("unique_ UNIQUE (path)")
struct FilesTbl {}

Members

Variables

checksum0
long checksum0;
Undocumented in source.
checksum1
long checksum1;
Undocumented in source.
id
long id;
Undocumented in source.
lang
Language lang;
Undocumented in source.
path
string path;
Undocumented in source.
root
bool root;

True if the file is a root.

timeStamp
SysTime timeStamp;
Undocumented in source.

Meta