execute_Pre method
Implementation
$async.Future<$0.SqlQueryResponse> execute_Pre($grpc.ServiceCall $call,
$async.Future<$0.SqlQueryRequest> $request) async {
return execute($call, await $request);
}
$async.Future<$0.SqlQueryResponse> execute_Pre($grpc.ServiceCall $call,
$async.Future<$0.SqlQueryRequest> $request) async {
return execute($call, await $request);
}