executeAll abstract method
Executes the statement multiple times with the given values
.
Implementation
Stream<StreamedResults> executeAll(Iterable<Iterable> values);
Executes the statement multiple times with the given values
.
Stream<StreamedResults> executeAll(Iterable<Iterable> values);