execute abstract method

Future<StreamedResults> execute(
  1. Iterable values
)

Executes the statement with given values.

Implementation

Future<StreamedResults> execute(Iterable values);