executeBatch method
Executes a batch of SQL commands in a single round-trip.
Implementation
$grpc.ResponseFuture<$0.BatchResponse> executeBatch(
$0.BatchRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$executeBatch, request, options: options);
}