pub fn execute<W: Write>(
db: &Database,
cmd: SqlCommand,
batch_mode: &BatchMode,
writer: &mut StreamingWriter<W>,
) -> Result<()>Expand description
Legacy execute function for backward compatibility with tests.
pub fn execute<W: Write>(
db: &Database,
cmd: SqlCommand,
batch_mode: &BatchMode,
writer: &mut StreamingWriter<W>,
) -> Result<()>Legacy execute function for backward compatibility with tests.