sfdb Table surveytab

survpath VARCHAR(255),
defpri INTEGER,
subdirlev TINYINT,
PRIMARY KEY(survpath) 

Description:

  • survpath: path to data files or subdirectories
  • defpri: default priority for new files found
  • subdirlev: type of archive directory: 0: survpath is the data directory itself; 1: survpath contains data directories 1 directory level below; other: not implemented

back to documentation index