ExecuteStatementResult constructor

ExecuteStatementResult({
  1. IOUsage? consumedIOs,
  2. Page? firstPage,
  3. TimingInformation? timingInformation,
})

Implementation

ExecuteStatementResult({
  this.consumedIOs,
  this.firstPage,
  this.timingInformation,
});