ExecuteSqlRequest constructor

ExecuteSqlRequest({
  1. bool? dataBoostEnabled,
  2. DirectedReadOptions? directedReadOptions,
  3. Map<String, Type>? paramTypes,
  4. Map<String, Object?>? params,
  5. String? partitionToken,
  6. String? queryMode,
  7. QueryOptions? queryOptions,
  8. RequestOptions? requestOptions,
  9. String? resumeToken,
  10. String? seqno,
  11. String? sql,
  12. TransactionSelector? transaction,
})

Implementation

ExecuteSqlRequest({
  this.dataBoostEnabled,
  this.directedReadOptions,
  this.paramTypes,
  this.params,
  this.partitionToken,
  this.queryMode,
  this.queryOptions,
  this.requestOptions,
  this.resumeToken,
  this.seqno,
  this.sql,
  this.transaction,
});