execute method
Executes all chunks atomically and returns their total affected-row count.
An empty batch returns zero without acquiring a connection.
Implementation
Future<int> execute({
ExecutionOptions options = const ExecutionOptions(),
}) async => (await _run(options: options)).affectedRows;