MCPcopy
hub / github.com/brianc/node-postgres / bind

Method bind

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

Source from the content-addressed store, hash-verified

179
180 // send bind message
181 bind(config) {
182 this._send(serialize.bind(config))
183 }
184
185 // send execute message
186 execute(config) {

Callers 15

_releaseMethod · 0.80
index.jsFile · 0.80
query-sync.jsFile · 0.80
query-async.jsFile · 0.80
constructorMethod · 0.80
submitMethod · 0.80
_attachListenersMethod · 0.80
constructorMethod · 0.80
prepareMethod · 0.80
query.jsFile · 0.80
constructorMethod · 0.80

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected