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

Method execute

packages/pg/lib/connection.js:186–188  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

184
185 // send execute message
186 execute(config) {
187 this._send(serialize.execute(config))
188 }
189
190 flush() {
191 if (this.stream.writable) {

Callers 8

domains.jsFile · 0.80
execFunction · 0.80
query-async.jsFile · 0.80
preparedFunction · 0.80
_getRowsMethod · 0.80
_getRowsMethod · 0.80
query.jsFile · 0.80

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected