const COUNT_EXTDOC_BY_PATH: &str = " SELECT COUNT(*) FROM ExtDocs WHERE filename = ?; ";
Query: find whether an ExtDoc is listed.