(msg)
| 74 | // message with this query object |
| 75 | // metadata used when parsing row results |
| 76 | handleRowDescription(msg) { |
| 77 | this._checkForMultirow() |
| 78 | this._result.addFields(msg.fields) |
| 79 | this._accumulateRows = this.callback || !this.listeners('row').length |
| 80 | } |
| 81 | |
| 82 | handleDataRow(msg) { |
| 83 | let row |
no test coverage detected