pub fn mask_sql_reader<R, W>(
reader: R,
writer: W,
scanner: &Scanner,
) -> Result<Vec<SqlValueScanResult>>Expand description
Streams SQL dump text from a reader to a writer while masking quoted
strings in INSERT ... VALUES statements.