executeBatch method

ResponseFuture<BatchResponse> executeBatch(
  1. BatchRequest request, {
  2. CallOptions? options,
})

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);
}