SqlStatementResult constructor
SqlStatementResult({
- int? numberOfRecordsUpdated,
- ResultFrame? resultFrame,
Implementation
SqlStatementResult({
this.numberOfRecordsUpdated,
this.resultFrame,
});