MCPcopy Create free account
hub / github.com/porsager/postgres / prepared

Function prepared

cf/src/connection.js:209–216  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

207 }
208
209 function prepared(q) {
210 return Buffer.concat([
211 Bind(q.parameters, q.statement.types, q.statement.name, q.cursorName),
212 q.cursorFn
213 ? Execute('', q.cursorRows)
214 : ExecuteUnnamed
215 ])
216 }
217
218 function unnamed(q) {
219 return Buffer.concat([

Callers 3

toBufferFunction · 0.70
unnamedFunction · 0.70
ParameterDescriptionFunction · 0.70

Calls 2

BindFunction · 0.70
ExecuteFunction · 0.70

Tested by

no test coverage detected