ExecuteStatementResult constructor
ExecuteStatementResult({
- IOUsage? consumedIOs,
- Page? firstPage,
- TimingInformation? timingInformation,
Implementation
ExecuteStatementResult({
this.consumedIOs,
this.firstPage,
this.timingInformation,
});