executeAll abstract method

Stream<StreamedResults> executeAll(
  1. Iterable<Iterable> values
)

Executes the statement multiple times with the given values.

Implementation

Stream<StreamedResults> executeAll(Iterable<Iterable> values);