* All sql_batch_* functions are used to do bulk batch insert in * File/Filename/Path tables. * * To sum up : * - bulk load a temp table * - insert missing paths into path with another single query (lock Path table * to avoid duplicates). * - then insert the join between the temp, filename and path tables into file. * * Returns: false on failure * true on success */
source not stored for this graph (policy: none)
no test coverage detected