Strings in the code.
Field name | Field type | Value description |
---|---|---|
FID | INTEGER | File key (references FILES) |
FOFFSET | INTEGER | Offset within the file |
STRING | CHARACTER VARYING | The string, including its delimiters |
Line number offsets within each file.
Field name | Field type | Value description |
---|---|---|
FID | INTEGER | File key (references FILES) |
FOFFSET | INTEGER | Offset within the file |
LNUM | INTEGER | Line number (starts at 1) |
Project details.
Field name | Field type | Value description |
---|---|---|
PID | INTEGER | Unique project key |
NAME | CHARACTER VARYING | Project name |
Function calls.
Field name | Field type | Value description |
---|---|---|
SOURCEID | INTEGER | Calling function identifier key (references FUNCTIONS) |
DESTID | INTEGER | Called function identifier key (references FUNCTIONS) |