MCPcopy Index your code
hub / github.com/brianc/node-postgres / handleRowDescription

Method handleRowDescription

packages/pg/lib/query.js:76–80  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

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

Callers 1

_handleRowDescriptionMethod · 0.45

Calls 2

_checkForMultirowMethod · 0.95
addFieldsMethod · 0.80

Tested by

no test coverage detected